Skip to content

Commit

Permalink
Invert state for sensor.contact
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Sep 18, 2024
1 parent de717db commit 26b8cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/dev/stateroles.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in the [Type-detector repository](https://github.com/ioBroker/ioBroker.type-dete
## Sensor (booleans, read-only)
`common.type=boolean, common.write=false`

* `sensor.contact` - general contact, closed -`true` or open - `false`
* `sensor.contact` - general contact, closed -`false` or open - `true`
* `sensor.window` - window opened-`true` or closed-`false`
* `sensor.door` - door opened-`true` or closed-`false`
* `sensor.alarm` - some common alarm
Expand Down

0 comments on commit 26b8cce

Please sign in to comment.