Skip to content

Commit

Permalink
chore: Update for v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ztalbot2000 committed Mar 4, 2024
1 parent fccb9eb commit 81d0493
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!!
#### 7.0.3 (2024-01-27)
### 7.1.0 (2024-03-04)

##### Bug Fixes
##### Documentation Changes

* props is already an object. Also test setProps is called for more than one characteristic. Affects only those who change a characteristics property range ([276d0c0d](https://github.com/ztalbot2000/homebridge-cmd4/commit/276d0c0d58b435c59fb3c1fdfd322f55f6b24434))
* Update for newest characteristics ([fccb9ebd](https://github.com/ztalbot2000/homebridge-cmd4/commit/fccb9ebdc18a2cd876b1512e0da2d5d28e8019b0))

##### New Features

* Add in latest new characteristics and devices ([545112f0](https://github.com/ztalbot2000/homebridge-cmd4/commit/545112f0fa2122abf51d3217707012879db723b7))


7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,7 @@ Note: For Homebridge-config-ui-x, you only need to write Cmd4 in the Environment

<BR><BR>
## Todo
* [X] Linked characteristics, i.e. a smoke detectors battery is not yet linked.
* [X] Support for custom characteristics for an accessory. *Warning, May Not possible to be displayed by any GUI*
* [X] Support multi word device names. (Technically done, but scripting is hard for newbies).
* [ ] Scripting language to avoid creating new Homebridge modules.
* [ ] HTTP commands. *Might be just to many options*
* [ ] Become Homebridge Certified. ( The schema file would be very difficult )
* [ ] Become Homebridge Certified. ( The schema file for Homebridg-ui would be very difficult )

<BR><BR>
## Contributing
Expand Down
13 changes: 13 additions & 0 deletions RUNNING_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


## ChangeLog
* <a href="#Whats-new-in-7-1-0">**Whats new in 7.1.0**</a>
* <a href="#Whats-new-in-7-0-3">**Whats new in 7.0.3**</a>
* <a href="#Whats-new-in-7-0-2">**Whats new in 7.0.2**</a>
<a name="Whats-new-in-7-0-1">## Whats new in 7.0.0</a>
Expand Down Expand Up @@ -90,6 +91,18 @@
* <a href="#Whats-new-in-2-1">**Whats new in 2.1**</a>
* <a href="#Whats-new-in-2-0">**Whats new in 2.0**</a>

<a name="Whats-new-in-7-1-0">## Whats new in 7.1.0</a>
### 7.1.0 (2024-03-04)

##### Documentation Changes

* Update for newest characteristics ([fccb9ebd](https://github.com/ztalbot2000/homebridge-cmd4/commit/fccb9ebdc18a2cd876b1512e0da2d5d28e8019b0))

##### New Features

* Add in latest new characteristics and devices ([545112f0](https://github.com/ztalbot2000/homebridge-cmd4/commit/545112f0fa2122abf51d3217707012879db723b7))


<a name="Whats-new-in-7-0-3">## Whats new in 7.0.3</a>
#### 7.0.3 (2024-01-27)

Expand Down
1 change: 1 addition & 0 deletions docs/Developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ See the [Cmd4 Developers Guide](https://github.com/ztalbot2000/homebridge-cmd4/b

## Standard Accessories
&nbsp;&nbsp;&nbsp;A Standard Accessory does not need a Platform. The Homebridge example given is. [Homebridge Switch](https://developers.homebridge.io/#/api/accessory-plugins). Cmd4 Version 3 can recreate the exact same configuration as:
<BLINK> For upcoming Cmd4 version 8.0 this will no longer be supported. This is because of <a href="https://developers.homebridge.io/#/">Homebridge deprecated templates</a></BLINK>This will also make homebridge-ui easier to implement.

```json
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-cmd4",
"description": "Exec Plugin for Homebridge supporting all accessorys and characteristics",
"version": "7.0.3",
"version": "7.1.0",
"license": "MIT",
"author": {
"name": "John Talbot"
Expand Down

0 comments on commit 81d0493

Please sign in to comment.