Skip to content

Commit 89c145f

Browse files
committed
DDF add smart plug sub device
1 parent f9fa26a commit 89c145f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"schema": "subdevice1.schema.json",
3+
"type": "$TYPE_SMART_PLUG",
4+
"name": "Smart plug",
5+
"restapi": "/lights",
6+
"order": 11,
7+
"uuid": ["$address.ext", "0x01"],
8+
"items": [
9+
"state/reachable",
10+
"state/on"
11+
]
12+
}

0 commit comments

Comments
 (0)