corrections

This commit is contained in:
Robin Müller 2021-03-09 21:09:01 +01:00
parent 9737d4cf2a
commit 7b3616c41f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
class PowerComponent: public PowerComponentIF {
public:
PowerComponent(object_id_t setId, uint8_t moduleId, float minVoltage, float maxVoltage,
PowerComponent(object_id_t setId, uint8_t moduleId, float minPower, float maxPower,
uint8_t switchId1, bool twoSwitches = false,
uint8_t switchId2 = 0xFF);