mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-10 15:36:38 +02:00
0.5.9 fix PowerPFDev.Desc=0x0001 for PowerLimit
This commit is contained in:
parent
2f88fea229
commit
b663951206
4 changed files with 6 additions and 3 deletions
|
@ -84,7 +84,7 @@ class Inverter {
|
|||
Inverter() {
|
||||
ts = 0;
|
||||
powerLimit[0] = -1; // 65535 W Limit -> unlimited
|
||||
powerLimit[1] = 0x0100; // 0x0000 --> set temporary , 0x0100 --> set persistent
|
||||
powerLimit[1] = 0x0001; // 0x0000 --> set temporary , 0x0001 --> set persistent
|
||||
devControlRequest = false;
|
||||
devControlCmd = 0xff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue