You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The update events are expected because during device init some properties are updated so an update event is broadcasted. Ready being null just means it hasnt been touched yet so either null or false can be treated as not ready.
When a device is created, the
device.update
event is emitted multiple times.The
ready
property of the device object that gets passed seems to betrue
ornull
, the latter not being a boolean as documented.The text was updated successfully, but these errors were encountered: