Skip to content

Commit d88bbfb

Browse files
authored
Added Battery low warning Badge (openhab#1583)
Signed-off-by: Christoph Weitkamp <[email protected]>
1 parent babf963 commit d88bbfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/getting_started/model.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ This is a table describing the Equipment, Point and Property classes needed to e
212212

213213
| Badge | Type | Equipment | Point | Property |
214214
|--------------|-------------|------------------------------------------------------------|------------------------------------|-------------|
215-
| Lights | Status | *Any* | Control, Switch | Light |
215+
| Low Battery | Status | *Any* | LowBattery | *Any* |
216+
| Lights | Status | *Any* | Control, Switch | Light |
216217
| Windows | Status | Window | OpenState | *Any* |
217218
| Doors | Status | Door, FrontDoor, BackDoor, InnerDoor, CellarDoor, SideDoor | OpenState | *Any* |
218219
| Garage Doors | Status | GarageDoor | OpenState | *Any* |

0 commit comments

Comments
 (0)