Releases: NRCHKB/node-red-contrib-homekit-bridged
Releases · NRCHKB/node-red-contrib-homekit-bridged
v1.4.0
Fixed
- Fixed customCharacteristics incorrect refresh in UI
- Implemented static accessoryUUIDs for subflows Enables the use of nrchkb nodes in subflows with backwards
compatibility #393 - thanks @kevinkub - Fixed Custom MDNS Configuration not showing in UI for Standalone Accessory
- Stop components from clearing other component's node.status call
- Add missing advertiser selector in UI for Standalone Accessory
- Not naming the host node causes a crash #424
- Do not output oldValue for onSet as it does not have access to old value
Added
- Notice during app launch: Node.js 10 will be deprecated in Node-RED 2.0.0
- Event output in Service 2 which is available in NRCHKB_EXPERIMENTAL #392 #437
- Status node to fetch Serialized Service #210
- Support for environment variables in characteristic properties #217
Changed
- Updated hap-nodejs to 0.9.5 (added new iOS 15 Services and Characteristics)
- Updated dependencies to latest versions
- Changed
BatteryService
toBattery
in demo examples asBatteryService
is deprecated #381 - thanks @crxporter - Readme rework - thanks @crxporter
- More descriptive error when incorrect Characteristic has been used in msg.payload
- Add msg.hap.allChars to service nodes #438
v1.3.6
v1.3.5
v1.3.4
v1.3.1
v1.3.0
Fixed
- There was a problem when mdnsConfig was
empty #322 - There was a problem when NRCHKB was updated without Node-RED
restart #363 - Linked service throws error during setup if parent waits for the setup message (thanks @AlexOwl)
- . in Bridge name was causing it not being published without any feedback to user
Added
- More code tests
- Verify if Node.js version criteria is met on start
- Support fo9r Standalone Accessory mode (like in old
times) #310 - (Experimental) Support for Custom Characteristics #52
- Add client IP address to onSet/onChange output
message (msg.hap.session
) #328 - As of new mdns advertiser available now there is a possibilty to choose which you want to use in Bridge Config: ciao (
new, improved but not yet proved) or (good old) bonjour. Default bonjour
Changed
- Updated hap-nodejs to 0.9.4
- Updated dependencies to latest versions
- TypeScript-ify code
- Generate random pin code for new Bridge nodes
v1.2.0
Fixed
- JS console error when opening a linked service #278
- Fixed outputs number not being remembered by editor
- Fixed saving Software Revision fo Service node
- Fixed HAPStorage path on Windows
- There was a translation issue, changed pilot to remote in README.
Added
- Added Firmware, Software and Hardware Revision fields to Bridge configuration
- Now we have examples that you can import in node-red!
- You can make Service node wait for setup message.
Changed
- Now Firmware, Software and Hardware Revision and Model fields are set by default to NRCHKB version, Manufacturer is NRCHKB by default
- Updated hap-nodejs to 0.7.8
- Updated dependencies to latest versions
- Disallow using port 1880 for Bridge as that port is reserved for node-red
v.1.1.1
Added
- Firmware Revision configuration option (optional) #211
- Hardware and Software Revision configuration option (optional)
- Project now support typescript!
Fixed
Changed
- Some README.md rework
- Updated hap-nodejs to 0.7.3
- Updated dependencies to latest versions
- Moved lint-staged config to main level and added minimum nodejs version
Removed
- Some unused code disappeared.