Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/en/dev/stateroles.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Button events triggering onChange on an adapter should be confirmed with ACK = T
* `value.battery` - battery level
* `value.valve` - valve level
* `value.time` - getTime() of Date() object
* `value.timer` - duration in s (r/o equivalent to level.timer)
* `value.interval` (common.unit='sec') - Interval in seconds (can be 0.1 or less)
* ~~value.date (common.type=string) - Date in form 2015.01.01 (without time)~~
* ~~value.datetime (common.type=string) - Date and time in system format~~
Expand Down
Loading