Skip to content

Commit

Permalink
fix: remove /ExtraBatteryCurrent (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 6, 2023
1 parent e9999af commit ffa9b50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions venusToDeltas.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,12 +564,6 @@ module.exports = function (app, options, state, putRegistrar) {
},
units: 'V'
},
'/ExtraBatteryCurrent': {
path: m => {
return makePath(m, `${m.instanceName}.extraBatteryCurrent`, true)
},
units: 'A'
},
'/Relay/0/State': {
path: m => {
if (m.senderName.startsWith('com.victronenergy.system'))
Expand Down

0 comments on commit ffa9b50

Please sign in to comment.