Skip to content
This repository has been archived by the owner on Apr 9, 2018. It is now read-only.

HomeControl Server: Configuration: Users

Robert Morigi-Eades edited this page Feb 23, 2017 · 1 revision

Example user configuration json:

{
    "users": {
        "0": {
            "image": "rob.png",
            "tvchannels": ["BBC ONE", "BBC TWO", "ITV", "Channel 4", "E4", "Channel 5", "5*", "Dave", "Sky1", "Sky2", "syfy", "Planet Rock"],
            "news_sources": ["bbc-news", "the-verge", "google-news", "new-scientist", "the-huffington-post"],
            "role": "admin|user",
            "pin": "xxxx",
            "name": "Rob"
        },
        "1": {...},
        ...
    }
}
Clone this wiki locally