Add mysensors binary sensor and some fixes
* Add binary sensor page. Move door, motion, smoke, and part of sprinkler, leak, sound, vibration and moisture sensors to binary sensor from sensor page. * Move back S_LIGHT to switch page from light page.
This commit is contained in:
parent
fbedae90f2
commit
1a579da185
4 changed files with 11 additions and 16 deletions
|
@ -20,14 +20,12 @@ The following actuator types are supported:
|
|||
|
||||
S_TYPE | V_TYPE
|
||||
---------|--------------
|
||||
S_LIGHT | V_LIGHT
|
||||
S_DIMMER | V_DIMMER
|
||||
|
||||
##### MySensors version 1.5 and higher
|
||||
|
||||
S_TYPE | V_TYPE
|
||||
------------|-------------
|
||||
S_LIGHT | V_STATUS
|
||||
S_DIMMER | V_PERCENTAGE
|
||||
S_RGB_LIGHT | V_RGB
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue