Releases: sqmk/huejay
Releases · sqmk/huejay
Huejay 0.6.1
New in this release:
- Added Client.getLight for retrieving a single light
Huejay 0.6.0
New in this release:
- Added Client.startLightScan for invoking light scan on the bridge
- Added Client.getNewLights for retrieving newly discovered lights
- Added Client.getLights for retrieving all registered lights
- Added Client.saveLight for saving a light attributes and/or state
- Added Client.deleteLight for deleting a light from the bridge
Huejay 0.5.1
New in this release:
- Client constructor now requires an object for configuration
Huejay 0.5.0
New in this release:
- Added Client.saveBridge for saving bridge configuration
- Added Client.getPortal for retrieving portal details
- Added Client.getSoftwareUpdate for retrieving software update details
- Added Client.checkForSoftwareUpdates for invoking update check
- Added Client.disableInstallNotification to disable install notifications
- Added Client.installSoftwareUpdates to install software updates
- Changed bridge attributes to be consistent with other objects
Huejay 0.4.0
New in this release:
- Added Client.getUsers for retrieving registered users
- Added Client.getUser for retrieving the current user, or any user by username
- Added Client.deleteUser for deleting a user
- Fixed case where Client.isAuthenticated would be successful without a client username
Huejay 0.3.0
New in this release:
- Added Client.getTimeZones for retrieving bridge supported time zones
Huejay 0.2.1
New in this release:
- Fixed client host/username configuration
- Added Client.isAuthenticated for testing user auth
Huejay 0.2.0
New in this release:
- Added Client.getBridge for retrieving partial bridge details
- Added Client.createUser for creating a new bridge user
Huejay 0.1.2
New in this release:
- Slimmed down package details, required files
- Included beta logo
Huejay 0.1.1
New in this release:
- Removed dependency on lodash