This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
2.1.0 Bug Fixes and Utility Methods
- Fixed some re-branding issues (#51 #52 #55)
- Add an initial state to the socket (#56)
- Add a singular form of
createScenes
calledcreateScene
which can be used for tidier use cases (#62)- Thanks @metaa !
- Added
synchronizeState
which will retrieveScenes
andGroups
from the server (#57)- Can be used in the place of two calls to
synchronizeScenes
andsynchronizeGroups
- Can be used in the place of two calls to
- Added an
update
method toButton
andJoystick
which allows batch updates (#65) - Added the ability to specify a custom discovery url for internal Mixer developments (#69)