mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Fixed json output.
This commit is contained in:
@@ -92,9 +92,9 @@ struct P093_data_struct : public PluginTaskData_base {
|
||||
result += map(_currentValues.vane, _mappings.vane);
|
||||
result += F("\",\"iSee\":");
|
||||
result += boolToString(_currentValues.iSee);
|
||||
result += F("\",\"operating\":");
|
||||
result += F(",\"operating\":");
|
||||
result += boolToString(_currentValues.operating);
|
||||
result += F("\",\"compressorFrequency\":");
|
||||
result += F(",\"compressorFrequency\":");
|
||||
result += _currentValues.compressorFrequency;
|
||||
result += F(",\"temperature\":");
|
||||
result += toString(_currentValues.temperature, 1) + '}';
|
||||
|
||||
Reference in New Issue
Block a user