| 123 | } |
| 124 | |
| 125 | void dataFromJson(json_t* rootJ) override { |
| 126 | json_t* normalledVoltageIdxJ = json_object_get(rootJ, "normalledVoltageIdx"); |
| 127 | if (normalledVoltageIdxJ) { |
| 128 | normalledVoltageIdx = json_integer_value(normalledVoltageIdxJ); |
| 129 | } |
| 130 | } |
| 131 | }; |
| 132 | |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected