mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-03 19:21:38 +02:00
Fixed Power assignment for DC Port 1
This commit is contained in:
parent
e8ad778918
commit
767e1c5ee9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class HM1500_Decode0B(StatusResponse):
|
|||
return self.unpack('>H', 4)[0]/100
|
||||
@property
|
||||
def dc_power_0(self):
|
||||
return self.unpack('>H', 9)[0]/10
|
||||
return self.unpack('>H', 8)[0]/10
|
||||
@property
|
||||
def dc_energy_total_0(self):
|
||||
return self.unpack('>L', 12)[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue