We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b71c26e + 520f77e commit 54ab01fCopy full SHA for 54ab01f
Adafruit_IO_Reed_Switch/rpi-pico-w112213141.json
@@ -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