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
Загрузка...
Поиск...
Не найдено
Файл jxct_strings.h

См. исходные тексты.

Макросы

#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"
 

Макросы

◆ API_CONFIG_EXPORT

#define API_CONFIG_EXPORT   API_ROOT "/config/export"

См. определение в файле jxct_strings.h строка 18

◆ API_ROOT

#define API_ROOT   "/api/v1"

См. определение в файле jxct_strings.h строка 5

◆ API_SENSOR

#define API_SENSOR   API_ROOT "/sensor"

См. определение в файле jxct_strings.h строка 8

Используется в logWebRequest() и setupDataRoutes().

◆ API_SYSTEM

#define API_SYSTEM   API_ROOT "/system"

См. определение в файле jxct_strings.h строка 11

◆ API_SYSTEM_HEALTH

#define API_SYSTEM_HEALTH   API_SYSTEM "/health"

См. определение в файле jxct_strings.h строка 12

Используется в setupServiceRoutes().

◆ API_SYSTEM_REBOOT

#define API_SYSTEM_REBOOT   API_SYSTEM "/reboot"

См. определение в файле jxct_strings.h строка 15

Используется в setupServiceRoutes().

◆ API_SYSTEM_RESET

#define API_SYSTEM_RESET   API_SYSTEM "/reset"

См. определение в файле jxct_strings.h строка 14

Используется в setupServiceRoutes().

◆ API_SYSTEM_STATUS

#define API_SYSTEM_STATUS   API_SYSTEM "/status"

См. определение в файле jxct_strings.h строка 13

Используется в setupServiceRoutes().