File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ ESP RainMaker is an end-to-end solution offered by Espressif to enable remote co
13
13
- RainMaker library (i.e. this library, to develop the firmware)
14
14
- RainMaker Cloud (backend, offering remote connectivity)
15
15
- RainMaker Phone App/CLI (Client utilities for remote access)
16
-
17
16
The key features of ESP RainMaker are:
18
17
19
18
1. Ability to define own devices and parameters, of any type, in the firmware.
@@ -22,9 +21,6 @@ The key features of ESP RainMaker are:
22
21
23
22
Additional information about ESP RainMaker can be found `here <https://rainmaker.espressif.com/ >`__.
24
23
25
- #########################
26
- Arduino ESP Rainmaker API
27
- #########################
28
24
29
25
ESP RainMaker Agent API
30
26
-----------------------
@@ -127,6 +123,21 @@ This function will return
127
123
1. `ESP_OK ` : On success
128
124
2. Error in case of failure
129
125
126
+ RMaker.enableScenes
127
+ *****************
128
+
129
+ This API enables the Scenes service for the node. It should be called after `RMaker.initNode() ` and before `RMaker.start() `.
130
+ For more information, check `here <https://rainmaker.espressif.com/docs/scenes.html >`__.
131
+
132
+ .. code-block :: arduino
133
+
134
+ esp_err_t enableScenes()
135
+
136
+ This function will return
137
+
138
+ 1. `ESP_OK ` : On success
139
+ 2. Error in case of failure
140
+
130
141
RMaker.setTimeZone
131
142
******************
132
143
You can’t perform that action at this time.
0 commit comments