github.com/binkynet/BinkyNet@v1.12.1-0.20240421190447-da4e34c20be0/examples/test.json (about)

     1  {
     2      "alias": "test1",
     3      "devices": {
     4          "oi1": {
     5              "address": "0x20",
     6              "type": "mcp23017"
     7          }
     8      },
     9      "objects": {
    10          "led1": {
    11              "type": "binary-output",
    12              "connections": {
    13                  "output": {
    14                      "pins": [{"device": "io1", "index": 1}]
    15                  }
    16              }
    17          }
    18      }
    19  }