Class OrganizationZigbeeDeviceUpdateRequest
Organization Zigbee Device Update Request
[DataContract]
public class OrganizationZigbeeDeviceUpdateRequest
- Inheritance
-
OrganizationZigbeeDeviceUpdateRequest
- Inherited Members
Constructors
OrganizationZigbeeDeviceUpdateRequest()
public OrganizationZigbeeDeviceUpdateRequest()
Properties
Channel
The new channel for the zigbee device
[DataMember(Name = "channel")]
public string? Channel { get; set; }
Property Value
Enrolled
Parameter to enroll or unenroll the zigbee devices
[DataMember(Name = "enrolled")]
public bool Enrolled { get; set; }