athombv / homey-web-api-issues

This issue tracker is for Homey Developers using the Web API.
4 stars 1 forks source link

`device.ready` not always a boolean as documented #21

Open robertklep opened 1 year ago

robertklep commented 1 year ago

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 be true or null, the latter not being a boolean as documented.