Skip to content

Commit

Permalink
Fix consumption value for Innr SP 240 (#7835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Vos authored Jul 10, 2024
1 parent 6f307e6 commit 0d0ca76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion devices/innr/sp_240.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,13 @@
},
{
"name": "state/consumption",
"refresh.interval": 360
"refresh.interval": 360,
"parse": {
"at": "0x0000",
"cl": "0x0702",
"ep": 0,
"eval": "Item.val = Attr.val * 10;"
}
},
{
"name": "state/lastupdated"
Expand Down

0 comments on commit 0d0ca76

Please sign in to comment.