Advertisement
Guest User

Pilight simple config.json example

a guest
Jul 13th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.22 KB | None | 0 0
  1. {
  2.         "devices": {
  3.                 "test": {
  4.                         "protocol": [ "brennenstuhl" ],
  5.                         "id": [{
  6.                                 "systemcode": 24,
  7.                                 "unitcode": 6
  8.                         }],
  9.                         "state": "off"
  10.                 }
  11.         },
  12.         "rules": {},
  13.         "gui": {
  14.                 "test": {
  15.                         "name": "Test",
  16.                         "group": [ "Test" ]
  17.                 }
  18.         },
  19.         "settings": {
  20.                 "log-level": 6,
  21.                 "pid-file": "/var/run/pilight.pid",
  22.                 "log-file": "/var/log/pilight.log",
  23.                 "webserver-enable": 1,
  24.                 "webserver-root": "/usr/local/share/pilight/",
  25.                 "webserver-http-port": 5001,
  26.                 "webserver-cache": 1
  27.         },
  28.         "hardware": {
  29.                 "433gpio": {
  30.                         "sender": 0,
  31.                         "receiver": 1
  32.                 }
  33.         },
  34.         "registry": {
  35.                 "pilight": {
  36.                         "version": {
  37.                                 "current": "7.0"
  38.                         }
  39.                 }
  40.         }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement