You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.