Skip to content

Commit

Permalink
fix: grid paths incorrect (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Jun 26, 2020
1 parent ad20349 commit 4347154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venusToDeltas.js
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function makePath (msg, path, vebusIsInverterValue) {
} else if ( msg.senderName.startsWith('com.victronenergy.temperature')) {
return 'temperature'
} else if ( msg.senderName.startsWith('com.victronenergy.grid')) {
return 'grid'
type = 'grid'
} else {
return null
}
Expand Down

0 comments on commit 4347154

Please sign in to comment.