forked from Matthias-pixel/python3-voltcraft-sem6000
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_for_integration_test.json
76 lines (76 loc) · 1.18 KB
/
settings_for_integration_test.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"device-name": "integrationTest",
"settings": {
"reduced-period": {
"is-active": true,
"price-in-cent": 23,
"start-isotime": "22:00",
"end-isotime": "06:00"
},
"normal-price-in-cent": 42,
"is-nightmode-active": false,
"power-limit-in-watt": 2000
},
"random-mode": {
"is-active": true,
"active-on-weekdays": [
0,
1,
2,
3,
4,
5,
6
],
"start-isotime": "08:00",
"end-isotime": "16:00"
},
"timer": {
"is-active": true,
"is-action-turn-on": false,
"isodatetime": "2000-01-01T12:34:56"
},
"scheduler": {
"number-of-schedulers": 4,
"entries": {
"9": {
"is-active": true,
"is-action-turn-on": true,
"repeat-on-weekdays": [
0,
1,
2,
3,
4,
5,
6
],
"isotime": "08:00"
},
"10": {
"is-active": true,
"is-action-turn-on": false,
"repeat-on-weekdays": [
0,
1,
2,
3,
4,
5,
6
],
"isotime": "10:00"
},
"11": {
"is-active": true,
"is-action-turn-on": true,
"isodatetime": "2000-01-01T15:00"
},
"12": {
"is-active": true,
"is-action-turn-on": false,
"isodatetime": "2000-01-01T16:00"
}
}
}
}