Skip to content

Commit

Permalink
v1.5.0 (#92)
Browse files Browse the repository at this point in the history
## [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
  • Loading branch information
donavanbecker authored Nov 6, 2021
1 parent 77e2cc2 commit 6f424d1
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 222 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [Version 1.5.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.4.0...v1.5.0) (2021-11-06)

### Changes

- Added enableZone to find Enabled Zones
- Added Command Logging for plugin
- Updated dependencies

## [Version 1.4.0](https://github.com/donavanbecker/homebridge-rainbird/compare/v1.3.0...v1.4.0) (2021-10-28)

### Changes
Expand Down
8 changes: 7 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"debug": {
"title": "Logging Settings",
"type": "string",
"description": "Enable 'Device' or 'Debug' logging.",
"description": "Enable 'Device', 'Debug' or 'Command' logging.",
"oneOf": [
{
"title": "Enable Debug Logging",
Expand All @@ -82,6 +82,12 @@
"enum": [
"device"
]
},
{
"title": "Enable Command Logging",
"enum": [
"command"
]
}
],
"required": false
Expand Down
Loading

0 comments on commit 6f424d1

Please sign in to comment.