Class OrganizationWirelessDevicesPowerModeHistoryEvent
Event indicating power mode changes for the device
[DataContract]
public class OrganizationWirelessDevicesPowerModeHistoryEvent
- Inheritance
-
OrganizationWirelessDevicesPowerModeHistoryEvent
- Inherited Members
Constructors
OrganizationWirelessDevicesPowerModeHistoryEvent()
public OrganizationWirelessDevicesPowerModeHistoryEvent()
Properties
PowerMode
The power mode of the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "powerMode")]
public string PowerMode { get; set; }
Property Value
Ts
Timestamp of the event
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ts")]
public string Ts { get; set; }