timesType property

  1. @JsonKey(name: 'times_type')
int timesType
final

The length of each value in seconds.

  • For 24h: 900s, 15 minute values, 4 per hour, 96 in total
  • For week: 21600s, 6 hour values, 4 per day
  • For month: 86400s, a value for each day of the month

Implementation

@JsonKey(name: 'times_type')
final int timesType;