Skip to content

Commit

Permalink
Correct battery percentage of Danalock V3 (#7580)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHeimann authored Feb 10, 2024
1 parent e50af00 commit 0107459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/danalock/danalock_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"parse": {
"cl": "0x0001",
"at": "0x0021",
"eval": "Item.val = Attr.val"
"eval": "Item.val = Attr.val / 2"
},
"read": {
"cl": "0x0001",
Expand Down

0 comments on commit 0107459

Please sign in to comment.