Skip to content

Commit 54ab01f

Browse files
authored
Merge pull request #3028 from tyeth/iot-door-sensor-blockly
Add exported Magic config for IOT Door sensor
2 parents b71c26e + 520f77e commit 54ab01f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"exportVersion": "1.0.0",
3+
"exportedBy": "tyeth_demo",
4+
"exportedAt": "2025-05-02T17:08:03.857Z",
5+
"exportedFromDevice": {
6+
"board": "rpi-pico-w",
7+
"firmwareVersion": "1.0.0-beta.100"
8+
},
9+
"components": [
10+
{
11+
"name": "Reed Switch",
12+
"pinName": "D13",
13+
"type": "reed_switch",
14+
"mode": "DIGITAL",
15+
"direction": "INPUT",
16+
"period": 0,
17+
"pull": "UP",
18+
"isPin": true,
19+
"visualization": {
20+
"offLabel": "Open",
21+
"offIcon": "fa6:solid:door-open",
22+
"onLabel": "Closed",
23+
"onIcon": "fa6:regular:door-closed"
24+
}
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)