Class OrganizationSensorReadingsHistoryByIntervalItemButton
Reading information over the interval for the 'button' metric. This will only be present if the 'metric' property equals 'button'.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemButton
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemButton
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemButton()
public OrganizationSensorReadingsHistoryByIntervalItemButton()
Properties
PressType
Accumulated counts of button press readings.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "pressType")]
public OrganizationSensorReadingsHistoryByIntervalItemButtonPressType PressType { get; set; }