forked from gavrilov-i/OpenTherm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keywords.txt
39 lines (32 loc) · 936 Bytes
/
keywords.txt
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
#######################################
# Syntax Coloring Map For OneWire
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
OpenTherm KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
init KEYWORD2
update KEYWORD2
communicate KEYWORD2
complete KEYWORD2
extIntHandler KEYWORD2
timer2CompAHandler KEYWORD2
timer2CompBHandler KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
OT_STATUS_FAULT LITERAL1
OT_STATUS_CH LITERAL1
OT_STATUS_DHW LITERAL1
OT_FAULT_SERVICE LITERAL1
OT_FAULT_LOW_WATER LITERAL1
OT_FAULT_GAS LITERAL1
OT_FAULT_AIR_PRESSURE LITERAL1
OT_FAULT_WATER_OV_TEMP LITERAL1