Skip to content

v2.0.0

Choose a tag to compare

@smartthingspi smartthingspi released this 28 Dec 20:23

2.0.0 (2021-12-28)

Bug Fixes

  • update devices model objects (2b64e0a)

Features

  • update typescript, update devices sendCommands to return all results (bb7532c)

BREAKING CHANGES

  • DevicesEndpoint.sendCommands was modified to return a list of all results
    using Promise.allSettled instead of failing completely on any failure.
  • The return types of some devices model objects changed, in particular the
    methods for executing commands. In some cases, what was being returned by
    the API was lost.