File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ The key features of ESP RainMaker are:
22
22
23
23
Additional information about ESP RainMaker can be found `here <https://rainmaker.espressif.com/ >`__.
24
24
25
- #########################
26
- Arduino ESP Rainmaker API
27
- #########################
28
25
29
26
ESP RainMaker Agent API
30
27
-----------------------
@@ -127,6 +124,21 @@ This function will return
127
124
1. `ESP_OK ` : On success
128
125
2. Error in case of failure
129
126
127
+ RMaker.enableScenes
128
+ *******************
129
+
130
+ This API enables the Scenes service for the node. It should be called after `RMaker.initNode() ` and before `RMaker.start() `.
131
+ For more information, check `here <https://rainmaker.espressif.com/docs/scenes.html >`__.
132
+
133
+ .. code-block :: arduino
134
+
135
+ esp_err_t enableScenes()
136
+
137
+ This function will return
138
+
139
+ 1. `ESP_OK ` : On success
140
+ 2. Error in case of failure
141
+
130
142
RMaker.setTimeZone
131
143
******************
132
144
You can’t perform that action at this time.
0 commit comments