StateManagerDeviceStatus class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic value) StateManagerDeviceStatus?
listFromJson(dynamic json, {bool growable = false}) List<StateManagerDeviceStatus>?

Constants

ERROR → const StateManagerDeviceStatus
  • ERROR: Connected but services not working correctly
  • NOT_CONFIGURED → const StateManagerDeviceStatus
  • NOT_CONFIGURED: Device is available locally for setup, license is not active
  • NOT_CONNECTED → const StateManagerDeviceStatus
  • NOT_CONNECTED: License is active but device is not connected to Logbot platform
  • OFF → const StateManagerDeviceStatus
  • OFF: Device is offline or not powered on
  • OK → const StateManagerDeviceStatus
  • OK: Connected and working
  • REBOOT → const StateManagerDeviceStatus
  • REBOOT: Device needs to be rebooted
  • UNREACHABLE → const StateManagerDeviceStatus
  • UNREACHABLE: Device is connected to the network but services are not responding
  • UPDATING → const StateManagerDeviceStatus
  • UPDATING: Device is OK and is downloading new services
  • values → const List<StateManagerDeviceStatus>
    List of all possible values in this StateManagerDeviceStatus.