Open robertklep opened 1 year ago
When a device is created, the device.update event is emitted multiple times.
device.update
The ready property of the device object that gets passed seems to be true or null, the latter not being a boolean as documented.
ready
true
null
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.