Skip to content

Commit

Permalink
Update P1Accessory.js
Browse files Browse the repository at this point in the history
Sync log level of Electricity Details accessory, see #75.
  • Loading branch information
ebaauw committed Mar 31, 2023
1 parent bdeec83 commit ee86bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/P1Accessory.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class ElectricityDetails extends homebridgeLib.AccessoryDelegate {
model: 'homebridge-p1',
category: accessory.platform.Accessory.Categories.Sensor
})
this.inheritLogLevel(accessory.platform.electricity)
this.dummyService = new homebridgeLib.ServiceDelegate.Dummy(this)
this.peakServices = []
this.check(data)
Expand Down

0 comments on commit ee86bed

Please sign in to comment.