Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-cam authored Aug 7, 2024
2 parents 8d84ee0 + 281480f commit 4527409
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [4.4.18 - 2024-08-08]
### Added
- Added ping state change logging for troubleshooting
### Changed
Expand Down
10 changes: 0 additions & 10 deletions config-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@
"hideScanFrequencyButton": false,
"hideLearnButton": false,
"hideWelcomeMessage": false,
"hosts": [{
"address": "192.168.1.76",
"mac": "34:ea:34:e7:d7:28",
"isRFSupported": false
},{
"address": "192.168.1.77",
"mac": "34:ea:34:e8:d8:30",
"isRFSupported": true,
"isRM4": true
}],
"accessories": [{
"name": "Auto-off Switch",
"type": "switch",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-broadlink-rm-pro",
"displayName": "Homebridge Broadlink RM Pro",
"version": "4.4.18-beta.1",
"version": "4.4.18",
"description": "Broadlink RM plugin (including the mini and pro) for homebridge with AC Pro and TV features",
"license": "ISC",
"scripts": {
Expand Down

0 comments on commit 4527409

Please sign in to comment.