mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-01 02:01:38 +02:00
Revert "* Divisor HM-400 angepasst (für Wh)"
This reverts commit c65607026c
.
fixed divisor to show Wh
This commit is contained in:
parent
aa2c495d2f
commit
20cd77a6c2
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const byteAssign_t hm400assignment[] = {
|
|||
{ FLD_IDC, UNIT_A, CH1, CMD01, 5, 2, 100 },
|
||||
{ FLD_PDC, UNIT_W, CH1, CMD01, 7, 2, 10 },
|
||||
{ FLD_YT, UNIT_KWH, CH1, CMD01, 9, 4, 1000 },
|
||||
{ FLD_YD, UNIT_WH, CH1, CMD01, 13, 2, 1000 },
|
||||
{ FLD_YD, UNIT_WH, CH1, CMD01, 13, 2, 1 },
|
||||
{ FLD_UAC, UNIT_V, CH0, CMD01, 15, 2, 10 },
|
||||
{ FLD_F, UNIT_HZ, CH0, CMD82, 1, 2, 100 },
|
||||
{ FLD_PAC, UNIT_W, CH0, CMD82, 3, 2, 10 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue