Skip to content

Commit

Permalink
[mmio] sync device list to latest and cleanup chuangimi plug (#10249)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
  • Loading branch information
marcelrv authored Feb 27, 2021
1 parent 42edf53 commit f6521f6
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 88 deletions.
6 changes: 3 additions & 3 deletions bundles/org.openhab.binding.miio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl

| Channel | Type | Description | Comment |
|----------------------|----------------------|------------------------------------------|------------|
| power | Switch | Power | If this channel does not respond to on/off replace the model with chuangmi.plug.v3old in the config or upgrade firmware |
| power | Switch | Power | If this channel does not respond to on/off upgrade firmware |
| usb | Switch | USB | |
| temperature | Number:Temperature | Temperature | |
| led | Switch | Wifi LED | |
Expand All @@ -564,7 +564,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl

| Channel | Type | Description | Comment |
|----------------------|----------------------|------------------------------------------|------------|
| power | Switch | Power | If this channel does not respond to on/off replace the model with chuangmi.plug.v3old in the config or upgrade firmware |
| power | Switch | Power | If this channel does not respond to on/off upgrade firmware |
| usb | Switch | USB | |
| temperature | Number:Temperature | Temperature | |
| led | Switch | Wifi LED | |
Expand Down Expand Up @@ -604,7 +604,7 @@ e.g. `openhab:send actionCommand 'upd_timer["1498595904821", "on"]'` would enabl

| Channel | Type | Description | Comment |
|----------------------|----------------------|------------------------------------------|------------|
| power | Switch | Power | If this channel does not respond to on/off replace the model with chuangmi.plug.v3old in the config or upgrade firmware |
| power | Switch | Power | If this channel does not respond to on/off upgrade firmware |
| usb | Switch | USB | |
| temperature | Number:Temperature | Temperature | |
| led | Switch | Wifi LED | |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"deviceMapping": {
"id": [
"chuangmi.plug.v3old"
"chuangmi.plug.v3",
"chuangmi.plug.hmi206",
"chuangmi.plug.hmi208"
],
"channels": [
{
Expand All @@ -13,14 +15,15 @@
"refresh": true,
"actions": [
{
"command": "set_*",
"parameterType": "ONOFFPARA"
"command": "set_power",
"parameterType": "ONOFF"
}
],
"category": "switch",
"tags": [
"Switch"
]
],
"readmeComment": "If this channel does not respond to on/off upgrade firmware"
},
{
"property": "usb_on",
Expand Down

This file was deleted.

Loading

0 comments on commit f6521f6

Please sign in to comment.