Table of Contents

Class OrganizationSensorReadingsHistoryByIntervalItemEnergy

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

Reading information over the interval for the 'energy' metric. This will only be present if the 'metric' property equals 'energy'.

[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemEnergy
Inheritance
OrganizationSensorReadingsHistoryByIntervalItemEnergy
Inherited Members

Constructors

OrganizationSensorReadingsHistoryByIntervalItemEnergy()

public OrganizationSensorReadingsHistoryByIntervalItemEnergy()

Properties

Usage

Energy usage over the time interval in kilowatt-hours.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "usage")]
public int Usage { get; set; }

Property Value

int