-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.json
26 lines (26 loc) · 928 Bytes
/
example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"home": [{ "url":"http://google.com", "title":"Google"}],
"sites": [{ "url":"http://itu.dk", "title":"ITU"}],
"screensavers": [{"url":"http://raphaeljs.com/polar-clock.html", "title":"Polar Clock"}, {"url":"http://www.cafeanalog.dk/", "title":"Cafe Analog"}],
"layout": 0,
"screenSavePeriodMins": 30,
"screenSaveLengthMins": 2,
"idlePeriodMins": 120,
"resetToHomeMins": 2,
"masterPasswordHash": "MqWMDQjArAHAlbCSywKedct3y9DY",
"masterPasswordSalt": "uxKOb>lLhk5`lb=pFzYrs2dWsVEakI",
"standbyStartTime": "18.00",
"standbyStopTime": "07.30",
"reloadPeriodMins": 360,
"allowSwitching": true,
"autoCycleSecondary": true,
"autoCycleSecondaryPeriodMins": 20,
"errorReloadMins": 5,
"allowHome": false,
"volume": 30,
"mute": false,
"brightness": 100,
"dimmedBrightness": 70,
"quietHoursStartTime": "18.00",
"quietHoursStopTime": "07.30"
}