This repository has been 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
setCost
to Buttons thanks @kateract! - Added methods to manipulate scenes and groups. Thanks @Mobius5150!
createGroups
updateGroups
createScenes
updateParticipants
synchronizeGroups
getGroups
- 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 withIData
andIDataArray
pattern used elsewhere. - Update the
IClient.deleteGroup
method signature to use the correctIGroupDeletionParams
interface.