Skip to content

Commit

Permalink
[miio] Add indicator light channel for Mi-Power plug (openhab#6567)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Skvortsov <[email protected]>
  • Loading branch information
skvalex authored and ehorohorin committed Dec 24, 2019
1 parent 24545b9 commit f4a2dc9
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
"refresh": true,
"ChannelGroup": "",
"actions": []
},
{
"property": "wifi_led",
"friendlyName": "Indicator light",
"channel": "led",
"type": "Switch",
"refresh": true,
"ChannelGroup": "",
"actions": [
{
"command": "set_wifi_led",
"parameterType": "ONOFF"
}
]
}
]
}
Expand Down

0 comments on commit f4a2dc9

Please sign in to comment.