Class OrganizationSensorReadingsHistoryByIntervalItemButtonPressTypeCounts
Accumulated button presses by press type.
[DataContract]
public class OrganizationSensorReadingsHistoryByIntervalItemButtonPressTypeCounts
- Inheritance
-
OrganizationSensorReadingsHistoryByIntervalItemButtonPressTypeCounts
- Inherited Members
Constructors
OrganizationSensorReadingsHistoryByIntervalItemButtonPressTypeCounts()
public OrganizationSensorReadingsHistoryByIntervalItemButtonPressTypeCounts()
Properties
LongPress
Number of times that a long press was performed.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "long")]
public int LongPress { get; set; }
Property Value
ShortPress
Number of times that a short press was performed.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "short")]
public int ShortPress { get; set; }