Rename LCN logic operation sensor states (#15767)

This commit is contained in:
Andre Lengwenus 2020-11-30 18:40:39 +01:00 committed by GitHub
parent 0e6e96dcc1
commit a3c19a8461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -402,7 +402,7 @@ The [MOTOR_PORT](#ports) values specify which hardware relay or outputs configur
| Constant | Values | | Constant | Values |
| -------- | ------ | | -------- | ------ |
| LED_STATE | `on`, `off`, `blink`, `flicker` | | LED_STATE | `on`, `off`, `blink`, `flicker` |
| LOGICOP_STATE | `not`, `or`, `and` | | LOGICOP_STATE | `none`, `some`, `all` |
| KEY_STATE | `hit`, `make`, `break`, `dontsend` | | KEY_STATE | `hit`, `make`, `break`, `dontsend` |
### Keys: ### Keys: