-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrontail-preset.json
23 lines (23 loc) · 973 Bytes
/
frontail-preset.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"words": {
"[ERROR]": "color: red;",
"[WARN ]": "color: orange;",
"[INFO ]": "color: green;",
"Node is DEAD": "color: red;",
"[GroupItemStateChangedEvent]": "color: #0026FF; font-weight: bold;",
"[ItemStateChangedEvent ]": "color: #0026FF;",
"[vent.ItemStateChangedEvent]": "color: #0026FF;",
"[ItemCommandEvent ]": "color: #00137F;",
"[ome.event.ItemCommandEvent]": "color: #00137F;",
"[hingStatusInfoChangedEvent]": "color: #007F46;",
"received command ON": "color: black;",
"received command OFF": "color: black;",
"received command": "color: black;"
},
"lines": {
"/var/log/openhab2/openhab.log": "text-align: right; font-size: 0.8em; border-top: 2px solid #F8F8F8;",
"/var/log/openhab2/events.log": "text-align: right; font-size: 0.8em; border-top: 2px solid #F8F8F8;",
"ERROR": "background-color: #F3BFBF;",
"model.script": "background-color: #A6CFFD; font-weight: bold;"
}
}