Class OrganizationZigbeeGateway
MR node the zigbee device is on
[DataContract]
public class OrganizationZigbeeGateway
- Inheritance
-
OrganizationZigbeeGateway
- Inherited Members
Constructors
OrganizationZigbeeGateway()
public OrganizationZigbeeGateway()
Properties
Mac
The mac address of the MR node
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Name
The name of the MR node
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Serial
The serial number of the MR node
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string Serial { get; set; }
Property Value
Tags
The tags assocated with the MR node
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }