Skip to content

Commit

Permalink
adjsut tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliy committed Nov 5, 2024
1 parent ab0c66e commit 70356ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ browse in the [wiki](https://github.com/bolliy/ioBroker.sun2000/wiki)

### **WORK IN PROGRESS**
* adjust for Responsive Design #134
* Upgrade to ESLint 9.x
* migrate to ESLint 9.x
* node >= v18.18.0
* modbus-proxy: enabled reading data via input register

Expand Down
3 changes: 0 additions & 3 deletions lib/drivers/driver_inverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,11 +971,8 @@ class InverterSun2000 extends DriverBase{
} else {
const state = this.stateCache.get(`${this.deviceInfo.path}.battery.unit.${unit}.batteryPack.${pack}.SN`);
return this.adapter.settings.ds.batteryPacks && state && state.value;
//return state && state.value;
//return (state && 'test');
}
}

}

//overload
Expand Down

0 comments on commit 70356ec

Please sign in to comment.