mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-07 22:25:53 +02:00
Merge remote-tracking branch 'refs/remotes/jan/pypackage' into pypackage
This commit is contained in:
commit
f71e43f9ab
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class HM1500_Decode0B(StatusResponse):
|
|||
return self.unpack('>H', 32)[0]/10
|
||||
@property
|
||||
def dc_energy_total_3(self):
|
||||
return self.unpack('>L', 40)[0]
|
||||
return self.unpack('>L', 38)[0]
|
||||
@property
|
||||
def dc_energy_daily_3(self):
|
||||
return self.unpack('>H', 44)[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue