mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-03 19:33:47 +01:00
@@ -129,7 +129,6 @@ void MqttHandleInverterClass::publishField(std::shared_ptr<InverterAbstract> inv
|
||||
String value = String(
|
||||
inv->Statistics()->getChannelFieldValue(type, channel, fieldId),
|
||||
static_cast<unsigned int>(inv->Statistics()->getChannelFieldDigits(type, channel, fieldId)));
|
||||
value.trim();
|
||||
|
||||
MqttSettings.publish(topic, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user