Class OrganizationZigbeeNetworkDetailed
Network zigbee device is on
[DataContract]
public class OrganizationZigbeeNetworkDetailed
- Inheritance
-
OrganizationZigbeeNetworkDetailed
- Inherited Members
Constructors
OrganizationZigbeeNetworkDetailed()
public OrganizationZigbeeNetworkDetailed()
Properties
Id
The network id the zigbee node belongs too
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Name
The name of the Network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }