spejsiot/base-firmware/files/config.json

15 lines
296 B
JSON

{
"name": "testdev",
"extras": {
"owner": "informatic",
"description": "This is just a testing device"
},
"endpoints": {
"out": {"type": "output", "gpio": 2},
"testInput": {"type": "input", "gpio": 3},
"testtemp": {"type": "dht"}
}
}