This repository was archived by the owner on Jul 31, 2020. It is now read-only.
2.0.0 Groups and Scenes Breaking
With some awesome community contributions we've now added the following features:
- Added
setCostto Buttons thanks @kateract! - Added methods to manipulate scenes and groups. Thanks @Mobius5150!
createGroupsupdateGroupscreateScenesupdateParticipantssynchronizeGroupsgetGroups
- Tests and fixes for the above thanks @kateract & @JohnyCilohokla
Breaking Changes
This release includes some minor breaking changes:
- Minor refactor of
IGroup*interfaces to align withIDataandIDataArraypattern used elsewhere. - Update the
IClient.deleteGroupmethod signature to use the correctIGroupDeletionParamsinterface.