Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Jan 16, 2025
1 parent 46fdd83 commit 54dd782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevicesModules/custom_zlinky.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _zlinky_update_color(nwkid, previous_color, new_color):
# Standard mode, we rely on LTARF ( Libellé tarif fournisseur en cours)
ltarf_value = get_ltarf(self, nwkid)
if ltarf_value != new_color:
self.log.logging("ZLinky", "Status", f"Requesting LTARF (0xff66) as not inline {ptect_value} to {previous_color}/{new_color}", nwkid)
self.log.logging("ZLinky", "Status", f"Requesting LTARF (0xff66) as not inline {ltarf_value} to {previous_color}/{new_color}", nwkid)
ReadAttributeRequest_ff66(self, nwkid)
#MajDomoDevice(self, domoticz_devices, nwkid, "01", "0009", new_color, Attribute_="0020")
zlinky_color_tarif(self, nwkid, new_color)
Expand Down

0 comments on commit 54dd782

Please sign in to comment.