fix example config, cpp errors, tested with voltronic 5000 and qpiri 102
This commit is contained in:
@@ -174,7 +174,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
|
||||
bool ups_status_changed(false);
|
||||
ups = new cInverter(devicename);
|
||||
ups = new cInverter(devicename,qpiri);
|
||||
|
||||
// Logic to send 'raw commands' to the inverter..
|
||||
if (!rawcmd.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user