-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [Version 1.11.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.11.0) (2023-08-19) ### What's Changed - Added `minValueRemainingDuration` and `maxValueRemainingDuration` for Remaining Duration Characteristic. [#485](#485) - Added time remaining to Zone Running log messages. [#486](#486) - Added `includeZones` to allow only specified zones to be created as Valve accessories. [#488](#488) - Added showing Idle/Waiting state for zones queued by scheduled programs (only for ESP-TM2 & ESP-ME3 at this stage) - Added support warning for other models about limited zone state details - Added Delay Irrigation Switch [#489](#489) - Housekeeping and updated dependencies. **Full Changelog**: v1.10.0...v1.11.0
- Loading branch information
1 parent
a20a52f
commit c2687ab
Showing
24 changed files
with
2,119 additions
and
1,337 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
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,12 +1,10 @@ | ||
{ | ||
"watch": [ | ||
"src" | ||
], | ||
"watch": ["src"], | ||
"ext": "ts", | ||
"ignore": [], | ||
"exec": "tsc && sudo hb-service restart", | ||
"exec": "DEBUG= tsc && homebridge -T -D -P -I -U ~/.homebridge-dev ..", | ||
"signal": "SIGTERM", | ||
"env": { | ||
"NODE_OPTIONS": "--trace-warnings" | ||
} | ||
} | ||
} |
Oops, something went wrong.