Enumeration InstanceStatus

All the possible status levels that an instance can use. Note: When adding more, companion needs to be updated to know how they should be displayed

Enumeration Members

AuthenticationFailure: "authentication_failure"
BadConfig: "bad_config"
Connecting: "connecting"
ConnectionFailure: "connection_failure"
Disconnected: "disconnected"
Ok: "ok"
UnknownError: "unknown_error"
UnknownWarning: "unknown_warning"