Skip to content

Commit

Permalink
Merge pull request #372 from akbooer/master
Browse files Browse the repository at this point in the history
kWh incorrectly named
  • Loading branch information
ronie-z-wave authored Oct 18, 2016
2 parents 59d9d90 + 2197f68 commit 3c53cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ZWave/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1972,7 +1972,7 @@ ZWave.prototype.parseAddCommandClass = function (nodeId, instanceId, commandClas

switch (scaleId) {
case 0:
defaults.probeType = 'meterElectric_kilowatt_per_hour';
defaults.probeType = 'meterElectric_kilowatt_hour';
break;
case 2:
defaults.probeType = 'meterElectric_watt';
Expand Down

0 comments on commit 3c53cd2

Please sign in to comment.