HomeControl Server: Configuration: Users - robe16/HomeControl-documentation GitHub Wiki
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": {...},
...
}
}