Wheel Chair Pushes
data class WheelChairPushes(val count: Long, val startTime: Instant, val endTime: Instant) : KHRecord
Captures the number of wheelchair pushes done since the last reading. Each push is only reported once so records shouldn't have overlapping time. The start time of each record should represent the start of the interval in which pushes were made.
Parameters
count
Number of times a wheel chair was pushed
start Time
The start instant of the interval over which the value this record was captured
end Time
The end instant of the interval over which the value this record was captured