Skip to content

v5.0.0

Choose a tag to compare

@smartthingspi smartthingspi released this 13 Jun 19:33

5.0.0 (2022-06-13)

⚠ BREAKING CHANGES

  • apps: Most of the request/response models related to apps will need to be updated.

Anything using App will need to be changed to either AppResponse (if used with GET)
or PagedApp (if used with LIST). AppEndpoints that previously returned Count or Status now
return an empty Promise.

Bug Fixes

  • apps: update models to match API spec (84c41b3), closes #89