Advertisement
Guest User

Untitled

a guest
Jan 8th, 2017
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.04 KB | None | 0 0
  1. {
  2.     "devices": {
  3.         "Steckdose1A": {
  4.             "protocol": [ "elro_800_switch" ],
  5.             "id": [{
  6.                 "systemcode": 30,
  7.                 "unitcode": 1
  8.             }],
  9.             "state": "off"
  10.         },
  11.                 "DHT11": {
  12.             "name": "Temperatur",
  13.             "protocol": [ "dht11" ],
  14.             "id": [{
  15.                 "gpio": 4
  16.             }],
  17.             "humidity": 0,
  18.             "temperature": 0,
  19.             "poll-interval": 5     
  20.         }
  21.  
  22.     },
  23.         "rules": {},
  24.     "gui": {
  25.         "Steckdose1A": {
  26.             "name": "Schrank Strahler",
  27.             "group": [ "Wohnzimmerlampen" ],
  28.             "media": [ "all"]
  29.                 }                
  30.         },
  31.         "settings": {
  32.         "log-level": 4,
  33.         "pid-file": "/var/run/pilight.pid",
  34.         "log-file": "/var/log/pilight.log",
  35.         "webserver-enable": 1,
  36.         "webserver-root": "/usr/local/share/pilight/",
  37.         "webserver-http-port": 80,
  38.         "webserver-cache": 1
  39.     },
  40.     "hardware": {
  41.         "433gpio": {
  42.             "sender": 0,
  43.             "receiver": 1
  44.         }
  45.     },
  46.     "registry": {
  47.         "pilight": {
  48.             "firmware": {
  49.                 "version": 57344,
  50.                 "lpf": 655350,
  51.                 "hpf": 655350
  52.             },
  53.             "version": {
  54.                 "current": "7.0"
  55.             }
  56.         }
  57.     }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement