Class OrganizationZigbeeDefaults
Default Settings for the MRs in network
[DataContract]
public class OrganizationZigbeeDefaults
- Inheritance
-
OrganizationZigbeeDefaults
- Inherited Members
Constructors
OrganizationZigbeeDefaults()
public OrganizationZigbeeDefaults()
Properties
Channel
Channel the zigbee node will communicate on either, auto or between 11-25
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "channel")]
public string Channel { get; set; }
Property Value
TransmitPowerLevel
Default Transmit Power Level for the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "transmitPowerLevel")]
public int TransmitPowerLevel { get; set; }