Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Aug 29, 2024
1 parent d23554c commit 615fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/domoMaj.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def _domo_maj_one_cluster_type_entry( self, Devices, NwkId, Ep, device_id_ieee,
update_domoticz_widget(self, Devices, device_id_ieee, device_unit, nValue, sValue, BatteryLevel, SignalLevel)

if "LvlControl" in ClusterType: # LvlControl ( 0x0008)
self.log.logging("Widget", "Debug", "------> LvlControl : %s" % sValue, NwkId)
self.log.logging("Widget", "Debug", "------> LvlControl : %s" % value, NwkId)
tuple_value = _domo_convert_level_control( self, Devices, device_id_ieee, device_unit, value, NwkId, switchType, WidgetType, prev_nValue, prev_sValue)
if tuple_value :
update_domoticz_widget(self, Devices, device_id_ieee, device_unit, tuple_value[0], tuple_value[1], BatteryLevel, SignalLevel, ForceUpdate_=tuple_value[2])
Expand Down

0 comments on commit 615fb6a

Please sign in to comment.