Browse Source

sns: typo

pull/2525/head
Maxim Prokhorov 2 years ago
parent
commit
6fd70aae82
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/sensor.cpp

+ 1
- 1
code/espurna/sensor.cpp View File

@ -3224,7 +3224,7 @@ sensor::Value _magnitudeValue(const Magnitude& magnitude, double value) {
.index = magnitude.index_global,
.units = magnitude.units,
.decimals = magnitude.decimals,
.value = magnitude.reported,
.value = value,
.topic = _magnitudeTopicIndex(magnitude),
.repr = _magnitudeFormat(magnitude, value),
};


Loading…
Cancel
Save