diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e151dd..9034308 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/config-sample.json b/config-sample.json index 877eae8..a2c930f 100755 --- a/config-sample.json +++ b/config-sample.json @@ -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", diff --git a/package-lock.json b/package-lock.json index c81f70a..98e53da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "homebridge-broadlink-rm-pro", - "version": "4.4.18-beta.1", + "version": "4.4.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "homebridge-broadlink-rm-pro", - "version": "4.4.18-beta.1", + "version": "4.4.18", "license": "ISC", "dependencies": { "await-semaphore": "^0.1.3", diff --git a/package.json b/package.json index 40e0748..2ce97db 100755 --- a/package.json +++ b/package.json @@ -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": {