This repository was archived by the owner on Feb 27, 2026. It is now read-only.
forked from banditByte/light-monitor-kyiv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
62 lines (62 loc) · 1.53 KB
/
Copy pathconfig.json
File metadata and controls
62 lines (62 loc) · 1.53 KB
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
{
"settings": {
"region": "kyiv",
"groups": ["GPV36.1"],
"style": "list",
"table_format": "code_lines",
"max_messages": 1,
"show_intervals_detail": false
},
"sources": {
"github": {
"enabled": true,
"name": "ДТЕК"
},
"yasno": {
"enabled": true,
"name": "Yasno",
"region_id": "25",
"dso_id": "902"
}
},
"ui": {
"icons": {
"calendar": "📆",
"clock": "🕐",
"on": "🔆",
"off": "✖️",
"on_list": "🔆",
"off_list": "✖️",
"emergency": "⚠️",
"pending": "⏳",
"separator": "⠅",
"light_on": "🔆",
"light_off": "✖️"
},
"text": {
"on_full": "Світло є",
"off_full": "Світла нема",
"on_detail": "Світло буде",
"off_detail": "Світла не буде",
"emergency": "Аварійне Відключення!",
"pending": "Очікується інформація про графік",
"updated": "Оновлено",
"hours_short": "год."
},
"format": {
"header_template": "🔆 Графік групи <b>{group}</b> 🔆",
"separator_source": "✧ ✧ ✧",
"separator_day": "■ ■ ■",
"separator_footer": " - ",
"table_separator": "-",
"detail_indent": " "
},
"spacing": {
"before_separator_source": 1,
"before_separator_day": 1,
"before_summary": 1,
"before_footer": 0,
"after_footer_separator": 1
}
}
}