Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 authored Aug 6, 2024
1 parent a56eb7e commit fbae736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Z4D_decoders/z4d_decoder_IAS.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def _ldsenk08_zone_status_change( self, Devices, MsgSrcAddr, MsgEp, MsgClusterId
tamper_bit = (zoneStatus & (1 << 2)) > 0
batter_low = (zoneStatus & (1 << 3)) > 0

self.log.logging('Input', 'Log', 'IAS zone status change %s/%s %s door_contact: %s vibration: %s tamper_bit: %s' % (
MsgSrcAddr, MsgEp, Model, door_contact, vibration, tamper_bit))
self.log.logging('Input', 'Log', '_ldsenk08_zone_status_change %s/%s door_contact: %s vibration: %s tamper_bit: %s' % (
MsgSrcAddr, MsgEp, door_contact, vibration, tamper_bit))

# Door sensor (alarm1)
MajDomoDevice(self, Devices, MsgSrcAddr, MsgEp, MsgClusterId, '%02d' % door_contact )
Expand Down

0 comments on commit fbae736

Please sign in to comment.