-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### 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` to `Battery` in demo examples as `BatteryService` 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
- Loading branch information
Showing
46 changed files
with
5,555 additions
and
3,296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint && yarn prettier && yarn test | ||
yarn prettier && yarn test |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.