Skip to content

Commit

Permalink
v2.12.0 (#867)
Browse files Browse the repository at this point in the history
## [Version 2.12.0](https://github.com/OpenWonderLabs/homebridge-switchbot/releases/tag/v2.12.0) (2023-11-17)

## What's Changed

- Add Support for Stateless button on IR Lights [#863](#863)
- Fix noble [#864](#864)
- Housekeeping and updated dependencies.

**Full Changelog**: v2.11.0...v2.12.0
  • Loading branch information
donavanbecker authored Nov 17, 2023
1 parent 4bc704f commit e9da977
Show file tree
Hide file tree
Showing 6 changed files with 654 additions and 310 deletions.
152 changes: 81 additions & 71 deletions CHANGELOG.md

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,18 @@
}
}
},
"irlight": {
"type": "object",
"properties": {
"stateless": {
"title": "Enable Stateless Buttons",
"type": "boolean",
"condition": {
"functionBody": "return (model.options && model.options.irdevices && !model.options.irdevices[arrayIndices].hide_device && (model.options.irdevices[arrayIndices].configRemoteType === 'Light' || model.options.irdevices[arrayIndices].configRemoteType === 'DIY Light (IR)') && model.options.irdevices[arrayIndices].deviceId);"
}
}
}
},
"other": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1630,6 +1642,7 @@
"options.irdevices[].irfan.set_minStep",
"options.irdevices[].irfan.set_min",
"options.irdevices[].irfan.set_max",
"options.irdevices[].irlight.stateless",
"options.irdevices[].firmware",
"options.irdevices[].external",
"options.irdevices[].logging"
Expand Down
Loading

0 comments on commit e9da977

Please sign in to comment.