Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.

Commit

Permalink
Dont convert revision number. Koenkk/zigbee2mqtt#178
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 5, 2018
1 parent 1d89b75 commit a2f4564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/querie.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ querie.firmware = function(){
transportrev: rsp.transportrev,
product: rsp.product,
version: rsp.majorrel + "." + rsp.minorrel + "." + rsp.maintrel,
revision: rsp.revision.toString(16)
revision: rsp.revision
}
}).fail(function(){
return {error: "Unable to get firmware version"}
Expand Down

0 comments on commit a2f4564

Please sign in to comment.