Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozilla01 authored Jul 19, 2019
1 parent 7bcebc0 commit f107c28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Devices support some of the following channels:
|`bus_on_off_switch` |WHO=1 Lightning |`where`</br>String</br>Value where OWN</br>`what`</br>Integer (default = 0)</br>Value what OWN</br>`addrtype`</br>Integer (default = 1)</br>Address type 1= Point to Point, 2= Area, 3= Group, 4= General| `switch`</br>Switch (R/W)</br>To switch the device ON/OFF |
|`bus_automation` |WHO=2 Automation |`where`</br>String</br>Value where OWN</br>`addrtype`</br>Integer (default = 1)</br>Address type 1= Point to Point, 2= Area, 3= Group, 4= General| `shutterPosition`</br>Rollershutter (R/W)</br>To activate roller shutters (UP, DOWN, STOP, Percent)</br>`shutterMotion`</br>Integer (R)</br>Roller shutter movement 0= stop, 1= up, 2= down |
|`bus_on_off_aux` |WHO=9 command auxiliary |`where`</br>String</br>Value where OWN| `switch`</br>Switch (R/W)</br>To switch the device ON/OFF |
|`bus_motion_detector` |WHO=1 motion decector</br>(movement and lux value detected) |`where`</br>String</br>Value where OWN</br>`automaticToOff`</br>Boolean</br>Automatic `OFF` after 2 seconds (default=false)| `switch`</br>Switch (R)</br>To switch the device ON/OFF</br>`value`</br>Integer (R)</br>Detected lux value |
|`bus_motion_detector` |WHO=1 motion decector</br>(movement and lux value detected) |`where`</br>String</br>Value where OWN</br>`automaticToOff`</br>Boolean</br>Automatic `OFF` after 2 seconds (default=false)| `switch`</br>Switch (R/W)</br>To switch the device ON/OFF</br>`value`</br>Integer (R)</br>Detected lux value |
|`bus_command` |command management |`who`</br>String</br>Value who OWN</br>`what`</br>String</br>Value what OWN for ON</br>`whatOff`</br>String</br>Value what OWN for OFF</br>`compare`</br>String</br>Code OWN for comparison| `switch`</br>Switch (R/W)</br>To switch the device ON/OFF</br>`contact`</br>Switch (R/W)</br>To switch the device OPEN/CLOSE</br>`what`</br>String (W)</br>Set the value what OWN |

### Test Lighting group addresses
Expand All @@ -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

Expand Down

0 comments on commit f107c28

Please sign in to comment.