DeviceHost enum
The "device host" which the generator is connected to.
Generators can be connected to either the old OnCue device host, or the modern "Home Energy Platform" device host.
Values
- oncue → const DeviceHost
- homeEnergyPlatform → const DeviceHost
- everonHub → const DeviceHost
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DeviceHost> - A constant List of the values in this enum, in order of their declaration.