Skip to content

Instantly share code, notes, and snippets.

@sashless
Last active August 29, 2015 14:16
Show Gist options
  • Save sashless/fb0700f759172fb5dd0a to your computer and use it in GitHub Desktop.
Save sashless/fb0700f759172fb5dd0a to your computer and use it in GitHub Desktop.
{
  “devices”: {
    “r1sw1″: {
      “protocol”: [ “elro_he_switch” ],
      “id”: [{
        “systemcode”: 14,
        “unitcode”: 1
      }],
    “state”: “off”
    }
  },
  “rules”: {},
  “gui”: {
    “r1sw1″: {
      “name”: “Schalter 1″,
      “group”: [ “Raum 1″ ],
      “media”: [ “all” ]
    }
  },
  “settings”: {
    “log-level”: 4,
    “pid-file”: “/var/run/pilight.pid”,
    “log-file”: “/var/log/pilight.log”,
    “send-repeats”: 10,
    “receive-repeats”: 1,
    “webserver-enable”: 1,
    “webserver-root”: “/usr/local/share/pilight/”,
    “webserver-port”: 5001,
    “webserver-cache”: 1,
    “firmware-update”: 0
  },
  “hardware”: {
    “433gpio”: {
      “sender”: 0,
      “receiver”: 1
  }
  },
  “registry”: {
    “webgui”: {
      “tabs”: 1
    },
    “pilight”: {
      “version”: {
        “current”: “5.0”
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment