QueryGroupedHistoryStatesRequest

QueryGroupedHistoryStatesRequest

Represents the request for querying grouped history state of thing based on data grouping intervals.

Constructor

new QueryGroupedHistoryStatesRequest(alias, range, clauseopt, firmwareVersionopt)

Initialize QueryHistoryStatesRequest
Properties:
Name Type Description
alias string Name of trait alias of states.
range TimeRange Time range of query results.
clause QueryClause Clause to query history states.
firmwareVersion string Firmware version of thingType of current thing to query.
Parameters:
Name Type Attributes Description
alias string Name of alias of states.
range TimeRange Time range of query results.
clause QueryClause <optional>
Clause to query history states.
firmwareVersion string <optional>
Firmware version of thingType of current thing to query.