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
|
Функции | |
std::string | format_moisture (float value) |
std::string | format_temperature (float value) |
std::string | format_ec (float value) |
std::string | format_ph (float value) |
std::string | format_npk (float value) |
String | formatValue (float value, const char *unit, int precision) |
std::string format_ec | ( | float | value | ) |
См. определение в файле jxct_format_utils.cpp строка 18
Используется в sendDataToThingSpeak(), sendHealthJson() и sendSensorJson().
std::string format_moisture | ( | float | value | ) |
См. определение в файле jxct_format_utils.cpp строка 4
Используется в sendDataToThingSpeak(), sendHealthJson() и sendSensorJson().
std::string format_npk | ( | float | value | ) |
См. определение в файле jxct_format_utils.cpp строка 32
Используется в sendDataToThingSpeak(), sendHealthJson() и sendSensorJson().
std::string format_ph | ( | float | value | ) |
См. определение в файле jxct_format_utils.cpp строка 25
Используется в sendDataToThingSpeak(), sendHealthJson() и sendSensorJson().
std::string format_temperature | ( | float | value | ) |
См. определение в файле jxct_format_utils.cpp строка 11
Используется в sendDataToThingSpeak(), sendHealthJson() и sendSensorJson().
String formatValue | ( | float | value, |
const char * | unit, | ||
int | precision ) |
См. определение в файле jxct_format_utils.cpp строка 40