homie-ts

View the Project on GitHub ibloat/homie-ts

Home > @ibloat/homie-ts > Lifecycle

Lifecycle enumeration

Valid values of a Device’s DeviceAttributes.state attribute.

Member Value Description
ALERT = "alert"  
DISCONNECTED = "disconnected"  
INIT = "init"  
LOST = "lost"  
READY = "ready"  
SLEEPING = "sleeping"