Initial commit.
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
This commit is contained in:
12
docs/en/c-api-reference/index.rst
Normal file
12
docs/en/c-api-reference/index.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
C API Reference
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
rainmaker_core.rst
|
||||
rainmaker_standard_types.rst
|
||||
rainmaker_mqtt.rst
|
||||
rainmaker_ota.rst
|
||||
rainmaker_console.rst
|
||||
rainmaker_common.rst
|
||||
18
docs/en/c-api-reference/rainmaker_common.rst
Normal file
18
docs/en/c-api-reference/rainmaker_common.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
RainMaker Common
|
||||
################
|
||||
|
||||
Utilities
|
||||
---------
|
||||
.. include-build-file:: inc/esp_rmaker_utils.inc
|
||||
|
||||
Factory Storage
|
||||
---------------
|
||||
.. include-build-file:: inc/esp_rmaker_factory.inc
|
||||
|
||||
Work Queue
|
||||
----------
|
||||
.. include-build-file:: inc/esp_rmaker_work_queue.inc
|
||||
|
||||
Common Events
|
||||
-------------
|
||||
.. include-build-file:: inc/esp_rmaker_common_events.inc
|
||||
3
docs/en/c-api-reference/rainmaker_console.rst
Normal file
3
docs/en/c-api-reference/rainmaker_console.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
RainMaker Console
|
||||
#################
|
||||
.. include-build-file:: inc/esp_rmaker_console.inc
|
||||
18
docs/en/c-api-reference/rainmaker_core.rst
Normal file
18
docs/en/c-api-reference/rainmaker_core.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
RainMaker Core
|
||||
##############
|
||||
|
||||
Core
|
||||
----
|
||||
.. include-build-file:: inc/esp_rmaker_core.inc
|
||||
|
||||
User Mapping
|
||||
------------
|
||||
.. include-build-file:: inc/esp_rmaker_user_mapping.inc
|
||||
|
||||
Scheduling
|
||||
----------
|
||||
.. include-build-file:: inc/esp_rmaker_schedule.inc
|
||||
|
||||
Scenes
|
||||
------
|
||||
.. include-build-file:: inc/esp_rmaker_scenes.inc
|
||||
3
docs/en/c-api-reference/rainmaker_mqtt.rst
Normal file
3
docs/en/c-api-reference/rainmaker_mqtt.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
RainMaker MQTT
|
||||
##############
|
||||
.. include-build-file:: inc/esp_rmaker_mqtt.inc
|
||||
3
docs/en/c-api-reference/rainmaker_ota.rst
Normal file
3
docs/en/c-api-reference/rainmaker_ota.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
RainMaker OTA
|
||||
#############
|
||||
.. include-build-file:: inc/esp_rmaker_ota.inc
|
||||
18
docs/en/c-api-reference/rainmaker_standard_types.rst
Normal file
18
docs/en/c-api-reference/rainmaker_standard_types.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
RainMaker Standard Types
|
||||
########################
|
||||
|
||||
Standard Types
|
||||
--------------
|
||||
.. include-build-file:: inc/esp_rmaker_standard_types.inc
|
||||
|
||||
Standard Parameters
|
||||
-------------------
|
||||
.. include-build-file:: inc/esp_rmaker_standard_params.inc
|
||||
|
||||
Standard Devices
|
||||
----------------
|
||||
.. include-build-file:: inc/esp_rmaker_standard_devices.inc
|
||||
|
||||
Standard Services
|
||||
-----------------
|
||||
.. include-build-file:: inc/esp_rmaker_standard_services.inc
|
||||
Reference in New Issue
Block a user