Class: Device

Device

new Device()

Base device class, which is bound to an Endpoint
Source:

Extends

Methods

(inner) getHistory(propName, start, end, aggregationopt, scopeopt) → {History}

Returns the history of a property.
Parameters:
Name Type Attributes Description
propName string The property name.
start string The timestamp which defines the beginning of the returned history.
end string The timestamp which defines the ending of the returned history.
aggregation string <optional>
Currently ignored.
scope string <optional>
Currently ignored.
Source:
Returns:
Type
History