From f107c2891778f240b77bad31a1e2cd1e0bcb6373 Mon Sep 17 00:00:00 2001 From: Gozilla01 <44798080+Gozilla01@users.noreply.github.com> Date: Fri, 19 Jul 2019 16:14:47 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22d71c2..2b79a89 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Devices support some of the following channels: |`bus_on_off_switch` |WHO=1 Lightning |`where`
String
Value where OWN
`what`
Integer (default = 0)
Value what OWN
`addrtype`
Integer (default = 1)
Address type 1= Point to Point, 2= Area, 3= Group, 4= General| `switch`
Switch (R/W)
To switch the device ON/OFF | |`bus_automation` |WHO=2 Automation |`where`
String
Value where OWN
`addrtype`
Integer (default = 1)
Address type 1= Point to Point, 2= Area, 3= Group, 4= General| `shutterPosition`
Rollershutter (R/W)
To activate roller shutters (UP, DOWN, STOP, Percent)
`shutterMotion`
Integer (R)
Roller shutter movement 0= stop, 1= up, 2= down | |`bus_on_off_aux` |WHO=9 command auxiliary |`where`
String
Value where OWN| `switch`
Switch (R/W)
To switch the device ON/OFF | -|`bus_motion_detector` |WHO=1 motion decector
(movement and lux value detected) |`where`
String
Value where OWN
`automaticToOff`
Boolean
Automatic `OFF` after 2 seconds (default=false)| `switch`
Switch (R)
To switch the device ON/OFF
`value`
Integer (R)
Detected lux value | +|`bus_motion_detector` |WHO=1 motion decector
(movement and lux value detected) |`where`
String
Value where OWN
`automaticToOff`
Boolean
Automatic `OFF` after 2 seconds (default=false)| `switch`
Switch (R/W)
To switch the device ON/OFF
`value`
Integer (R)
Detected lux value | |`bus_command` |command management |`who`
String
Value who OWN
`what`
String
Value what OWN for ON
`whatOff`
String
Value what OWN for OFF
`compare`
String
Code OWN for comparison| `switch`
Switch (R/W)
To switch the device ON/OFF
`contact`
Switch (R/W)
To switch the device OPEN/CLOSE
`what`
String (W)
Set the value what OWN | ### Test Lighting group addresses @@ -42,13 +42,15 @@ last test upgrade pre7 ### Changelog -**v2.5.0.M3.pre9** 18/07/2019 +**v2.5.0.M3.pre9** 19/07/2019 - Update for bus `bus_motion_detector` - Update request - Added OFF state management (WHAT = 39) + - Added management of commands from OH to bus (ON WHAT=34 and OFF WHAT=39) - Addes parameter `automaticToOff` - Other minor corrections + - **TO DO** Delete the `MOVEMENT_DETECTED` and `END_MOVEMENT_DETECTED` management from `OpenWebNetLightingHandler` ? **v2.5.0.M3.pre8** 07/07/2019