Skip to content

Commit

Permalink
Added back transmit_power
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotlosm committed Feb 15, 2021
1 parent b0e3471 commit 2fce63d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions zigbee2mqtt-edge/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"simultaneously": "int?"
},
"experimental": {
"transmit_power": "int?",
"output": "str?"
},
"frontend": {
Expand Down
3 changes: 3 additions & 0 deletions zigbee2mqtt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.17.1-3
- Added back `transmit_power` to `experimental`

## 1.17.1-2
- Fixes #24 for socat

Expand Down
3 changes: 2 additions & 1 deletion zigbee2mqtt/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Zigbee2mqtt",
"version": "1.17.1-2",
"version": "1.17.1-3",
"slug": "zigbee2mqtt",
"description": "Zigbee2mqtt add-on",
"uart": true,
Expand Down Expand Up @@ -151,6 +151,7 @@
"simultaneously": "int?"
},
"experimental": {
"transmit_power": "int?",
"output": "str?"
},
"frontend": {
Expand Down

0 comments on commit 2fce63d

Please sign in to comment.