JXCT Soil Sensor 7-in-1 v3.4.9 (June 2025)
Professional IoT soil monitoring system with ESP32, Modbus RTU, MQTT, and advanced compensation algorithms
|
Макросы | |
#define | API_ROOT "/api/v1" |
#define | API_SENSOR API_ROOT "/sensor" |
#define | API_SYSTEM API_ROOT "/system" |
#define | API_SYSTEM_HEALTH API_SYSTEM "/health" |
#define | API_SYSTEM_STATUS API_SYSTEM "/status" |
#define | API_SYSTEM_RESET API_SYSTEM "/reset" |
#define | API_SYSTEM_REBOOT API_SYSTEM "/reboot" |
#define | API_CONFIG_EXPORT API_ROOT "/config/export" |
#define API_CONFIG_EXPORT API_ROOT "/config/export" |
См. определение в файле jxct_strings.h строка 18
#define API_ROOT "/api/v1" |
См. определение в файле jxct_strings.h строка 5
#define API_SENSOR API_ROOT "/sensor" |
См. определение в файле jxct_strings.h строка 8
Используется в logWebRequest() и setupDataRoutes().
#define API_SYSTEM API_ROOT "/system" |
См. определение в файле jxct_strings.h строка 11
#define API_SYSTEM_HEALTH API_SYSTEM "/health" |
См. определение в файле jxct_strings.h строка 12
Используется в setupServiceRoutes().
#define API_SYSTEM_REBOOT API_SYSTEM "/reboot" |
См. определение в файле jxct_strings.h строка 15
Используется в setupServiceRoutes().
#define API_SYSTEM_RESET API_SYSTEM "/reset" |
См. определение в файле jxct_strings.h строка 14
Используется в setupServiceRoutes().
#define API_SYSTEM_STATUS API_SYSTEM "/status" |
См. определение в файле jxct_strings.h строка 13
Используется в setupServiceRoutes().