Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 460 Bytes

siudi7-bro

configuration

Each event item contains the event name to listen to and the corresponding scene and page indexes.

Example:

{
  "udp": {
    "host": "192.168.1.60",
    "port": 41234
  },
  "events": [
    {
      "name": "first",
      "scene": "01",
      "page": "00"
    }, {
      "name": "second",
      "scene": "02",
      "page": "00"
    }, {
      "name": "third",
      "scene": "03",
      "page": "00"
    }
  ]
}