|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
|
4 | 4 |
|
| 5 | +## [Version 1.5.2](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.5.2) (2021-12-15) |
| 6 | + |
| 7 | +### What's Changes |
| 8 | +* Housekeeping and updated dependencies. |
| 9 | + |
| 10 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.1...v1.5.2 |
| 11 | + |
5 | 12 | ## [Version 1.5.1](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.0...v1.5.1) (2021-11-12)
|
6 | 13 |
|
7 |
| -### Changes |
| 14 | +### What's Changes |
| 15 | +* Housekeeping and updated dependencies. |
8 | 16 |
|
9 |
| -- Housekeeping and updated dependencies. |
| 17 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.5.0...v1.5.1 |
10 | 18 |
|
11 | 19 | ## [Version 1.5.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0) (2021-11-06)
|
12 | 20 |
|
13 |
| -### Changes |
| 21 | +### What's Changes |
| 22 | +* Added enableZone to find Enabled Zones |
| 23 | +* Added Command Logging for plugin |
| 24 | +* Housekeeping and updated dependencies. |
14 | 25 |
|
15 |
| -- Added enableZone to find Enabled Zones |
16 |
| -- Added Command Logging for plugin |
17 |
| -- Housekeeping and updated dependencies. |
| 26 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0 |
18 | 27 |
|
19 | 28 | ## [Version 1.4.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0) (2021-10-28)
|
20 | 29 |
|
21 |
| -### Changes |
| 30 | +### What's Changes |
| 31 | +* Added support to show vavles as contact sensors |
| 32 | + * Allows you to get notified in the Home App when a Zone has started. |
| 33 | +* Added Device Logging and Debug Logging for plugin |
| 34 | +* Changed from `node-fetch` to `axios` |
| 35 | +* Housekeeping and updated dependencies. |
| 36 | +* Persist configured and duration values |
| 37 | +* Fixed issue where some models were not able to stop a zone |
22 | 38 |
|
23 |
| -- Added support to show vavles as contact sensors |
24 |
| - - Allows you to get notified in the Home App when a Zone has started. |
25 |
| -- Added Device Logging and Debug Logging for plugin |
26 |
| -- Changed from `node-fetch` to `axios` |
27 |
| -- Housekeeping and updated dependencies. |
28 |
| -- Persist configured and duration values |
29 |
| -- Fixed issue where some models were not able to stop a zone |
| 39 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0 |
30 | 40 |
|
31 | 41 | ## [Version 1.3.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.2.0...v1.3.0) (2021-10-09)
|
32 | 42 |
|
33 |
| -### Changes |
| 43 | +### What's Changes |
| 44 | +* Support for rain sensor using the HomeKit leak sensor |
| 45 | +* Suppress a zone's active status when scheduled program has been suspended (due to rain) |
| 46 | +* Use "Advance Zone" command instead of "Stop Irrigation" so remaining zones can still run for a scheduled program |
| 47 | +* Fixed `RainBird controller request failed RangeError [ERR_OUT_OF_RANGE]` for ESP-ME3 [#57](https://github.com/donavanbecker/homebridge-rainbird/issues/57) |
34 | 48 |
|
35 |
| -- Support for rain sensor using the HomeKit leak sensor |
36 |
| -- Suppress a zone's active status when scheduled program has been suspended (due to rain) |
37 |
| -- Use "Advance Zone" command instead of "Stop Irrigation" so remaining zones can still run for a scheduled program |
38 |
| -- Fixed `RainBird controller request failed RangeError [ERR_OUT_OF_RANGE]` for ESP-ME3 [#57](https://github.com/donavanbecker/homebridge-rainbird/issues/57) |
| 49 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.2.0...v1.3.0 |
39 | 50 |
|
40 | 51 | ## [Version 1.2.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.1.0...v1.2.0) (2021-09-29)
|
41 | 52 |
|
42 |
| -### Changes |
| 53 | +### What's Changes |
| 54 | +* Added CurrentZoneTimeRemainingRequest & CurrentZoneTimeRemainingResponse function. |
| 55 | +* Fixed issue where some RainBird controllers (such as ESP-RZXe & ESP-Me) couldn't show the time remaining for a zone that was not started via the plugin (such as a scheduled program). |
43 | 56 |
|
44 |
| -- Added CurrentZoneTimeRemainingRequest & CurrentZoneTimeRemainingResponse function. |
45 |
| -- Fixed issue where some RainBird controllers (such as ESP-RZXe & ESP-Me) couldn't show the time remaining for a zone that was not started via the plugin (such as a scheduled program). |
| 57 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.1.0...v1.2.0 |
46 | 58 |
|
47 | 59 | ## [Version 1.1.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.0.0...v1.1.0) (2021-09-27)
|
48 | 60 |
|
49 |
| -### Changes |
| 61 | +### What's Changes |
| 62 | +* Add Support for More Models and Added Compatiable Models to Readme. |
| 63 | +* Fixed `Failed to Discover Devices, "Cannot read property 'getTime' of undefined"` [#39](https://github.com/donavanbecker/homebridge-rainbird/issues/39). |
50 | 64 |
|
51 |
| -- Add Support for More Models and Added Compatiable Models to Readme. |
52 |
| -- Fixed `Failed to Discover Devices, "Cannot read property 'getTime' of undefined"` [#39](https://github.com/donavanbecker/homebridge-rainbird/issues/39). |
| 65 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.0.0...v1.1.0 |
53 | 66 |
|
54 | 67 | ## [Version 1.0.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v0.1.0...v1.0.0) (2021-09-19)
|
55 | 68 |
|
56 |
| -### Changes |
| 69 | +### What's Changes |
| 70 | +* Official Release of Homebridge RainBird Plugin. |
57 | 71 |
|
58 |
| -- Official Release of Homebridge RainBird Plugin. |
| 72 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v0.2.0...v1.0.0 |
59 | 73 |
|
60 | 74 | ## [Version 0.2.0](https://github.com/donavanbecker/homebridge-rainbird/tag/v0.0.1) (2021-09-17)
|
61 | 75 |
|
62 |
| -### Changes |
| 76 | +### What's Changes |
| 77 | +* Add Plugin Debug Config Option |
63 | 78 |
|
64 |
| -- Add Plugin Debug Config Option |
| 79 | +**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v0.1.0...v0.2.0 |
65 | 80 |
|
66 | 81 | ## [Version 0.1.0](https://github.com/donavanbecker/homebridge-rainbird/tag/v0.0.1) (2021-08-29)
|
67 | 82 |
|
68 |
| -### Changes |
69 |
| - |
70 |
| -- Initial Release |
| 83 | +### What's Changes |
| 84 | +* Initial Release |
71 | 85 |
|
0 commit comments