File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ #######################################
2+ # Syntax Coloring Map For ArduinoIoTCloud
3+ #######################################
4+
5+ #######################################
6+ # Class (KEYWORD1)
7+ #######################################
8+
9+ ArduinoCloud KEYWORD1
10+
11+ #######################################
12+ # Methods and Functions (KEYWORD2)
13+ #######################################
14+
15+ initProperties KEYWORD2
16+
17+ # ArduinoIoTCloud.h
18+ update KEYWORD2
19+ connected KEYWORD2
20+ printDebugInfo KEYWORD2
21+ push KEYWORD2
22+ setTimestamp KEYWORD2
23+ setThingId KEYWORD2
24+ getThingId KEYWORD2
25+ setDeviceId KEYWORD2
26+ getDeviceId KEYWORD2
27+ getConnection KEYWORD2
28+ addCallback KEYWORD2
29+ addProperty KEYWORD2
30+
31+ # ArduinoIoTCloudLPWAN.h
32+ begin KEYWORD2
33+ isRetryEnabled KEYWORD2
34+ getMaxRetry KEYWORD2
35+ getIntervalRetry KEYWORD2
36+ enableRetry KEYWORD2
37+ setMaxRetry KEYWORD2
38+ setIntervalRetry KEYWORD2
39+
40+ # ArduinoIoTCloudTCP.h
41+ begin KEYWORD2
42+ setBoardId KEYWORD2
43+ setSecretDeviceKey KEYWORD2
44+ getBrokerAddress KEYWORD2
45+ getBrokerPort KEYWORD2
46+ setOTAStorage KEYWORD2
47+ reconnect KEYWORD2
48+
49+ #######################################
50+ # Constants (LITERAL1)
51+ #######################################
52+
53+ ON LITERAL1
54+ OFF LITERAL1
55+ ON_CHANGE LITERAL1
56+ SECONDS LITERAL1
57+ MINUTES LITERAL1
58+ HOURS LITERAL1
59+ DAYS LITERAL1
60+
You can’t perform that action at this time.
0 commit comments