forked from arduino-libraries/ArduinoCloudThing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeywords.txt
More file actions
39 lines (32 loc) · 843 Bytes
/
keywords.txt
File metadata and controls
39 lines (32 loc) · 843 Bytes
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 ArduinoCloudThing
#######################################
#######################################
# Class (KEYWORD1)
#######################################
ArduinoCloudThing KEYWORD1
CloudBool KEYWORD1
CloudInt KEYWORD1
CloudFloat KEYWORD1
CloudString KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
encode KEYWORD2
decode KEYWORD2
addPropertyReal KEYWORD2
updateTimestampOnChangedProperties KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
ON LITERAL1
OFF LITERAL1
ON_CHANGE LITERAL1
SECONDS LITERAL1
MINUTES LITERAL1
HOURS LITERAL1
DAYS LITERAL1
MOST_RECENT_WINS LITERAL1
DEVICE_WINS LITERAL1
CLOUD_WINS LITERAL1