Table of Contents

Class OrganizationWirelessDevicesPowerModeHistoryEvent

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Ts

Timestamp of the event

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ts")]
public string Ts { get; set; }

Property Value

string