All notable changes to this project will be documented in this file.
- Applied the same fix als last update to the identify button
- Typings for Node-RED to latest version.
- A way for fades to be cancelled when another fade starts
- Node-RED in HomeAssistant not fetching devices for dropdown menu.
- Device removed node (Should have done this in v2.0.0, honestly)
- Device changed node
- Example flows in the examples folder
- An
Identify
button next to the device selector that will flash the light red green and blue. - An option to change all devices at once
- Nodes in Node-RED now have examples of how to use the JSON input. (Came to mind thanks to hoschult)
- Govee.updateAllDevices only updating the first device
- UDP Socket not reconnecting
- The way you select devices in Node-RED. It now uses a dropdown menu. (Thanks to Otávio Ribeiro from the Smartthings plugin for having open-source and easy to read code)
- How nodes access the Govee instance
- Changelog (about time)
- Event types for all EventEmitter functions
- Debugging script called
dgramTest.js
, run it if you run in to issues with creating the socket.
- Ready event not being fired (Thanks koningcool)
- Having to have a
Device Added
node in Node-red for theGovee
instance to be created. Set Color
node had a link to a documentation that was broken
Govee.discover()
is no longer async since it didn't have to.- The single paramater for
new Govee(param)
to be an object which will be able to
node-red
keyword topackage.json
so I can upload it.
- Node-RED support
- Links to documentation
- Descriptions for device actions
- Govee constructor option to disable discover on create
- Event type definitions now also work for
once
- Color temperature (Kelvin) support
- MIT License
- Display name in package.json
- Fade command interval from 50ms to 10ms
- Readme.md
- Device
setColorTemp
is now part ofsetColor
- Formatting
- Initial release