Skip to content

Release 1.9.3-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@itavero itavero released this 02 Jan 20:04
· 258 commits to master since this release

Fixed

  • Type checks on Z2M models now explicitly check that the input is not null or undefined, to prevent crashes when we get unexpected data. (see #794)
  • When creating or updating an accessory, previously it was only checked if the device definition was not undefined. Now we check if it seems to be a valid device definition. (see #794)