Skip to content

Commit 6f424d1

Browse files
v1.5.0 (#92)
## [Version 1.5.0](v1.4.0...v1.5.0) (2021-11-06) ### Changes - Added enableZone to find Enabled Zones - Added Command Logging for plugin - Updated dependencies
1 parent 77e2cc2 commit 6f424d1

File tree

8 files changed

+201
-222
lines changed

8 files changed

+201
-222
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)
44

5+
## [Version 1.5.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0) (2021-11-06)
6+
7+
### Changes
8+
9+
- Added enableZone to find Enabled Zones
10+
- Added Command Logging for plugin
11+
- Updated dependencies
12+
513
## [Version 1.4.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0) (2021-10-28)
614

715
### Changes

config.schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"debug": {
7070
"title": "Logging Settings",
7171
"type": "string",
72-
"description": "Enable 'Device' or 'Debug' logging.",
72+
"description": "Enable 'Device', 'Debug' or 'Command' logging.",
7373
"oneOf": [
7474
{
7575
"title": "Enable Debug Logging",
@@ -82,6 +82,12 @@
8282
"enum": [
8383
"device"
8484
]
85+
},
86+
{
87+
"title": "Enable Command Logging",
88+
"enum": [
89+
"command"
90+
]
8591
}
8692
],
8793
"required": false

0 commit comments

Comments
 (0)