Class OrganizationZigbeeConfiguration
Organization Zigbee Configuration
[DataContract]
public class OrganizationZigbeeConfiguration
- Inheritance
-
OrganizationZigbeeConfiguration
- Inherited Members
Constructors
OrganizationZigbeeConfiguration()
public OrganizationZigbeeConfiguration()
Properties
Defaults
Default Settings for the MRs in network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "defaults")]
public OrganizationZigbeeDefaults Defaults { get; set; }
Property Value
Enabled
If Zigbee is enabled for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
IotController
Device details setup the IoT controller
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "iotController")]
public OrganizationZigbeeIotController IotController { get; set; }
Property Value
LockManagement
Lock Management Details
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "lockManagement")]
public OrganizationZigbeeLockManagement LockManagement { get; set; }
Property Value
Network
Network details
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationZigbeeNetwork Network { get; set; }