Skip to content

Commit

Permalink
fix function signature issue: no idea what are the consequence but th…
Browse files Browse the repository at this point in the history
…e paramter just does not exist (#1771)
  • Loading branch information
badzz authored Oct 16, 2024
1 parent f2218a8 commit 2ae8e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/pairingProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def handle_device_specific_needs(self, Devices, NWKID):

if device_model in (TUYA_eTRV_MODEL):
self.log.logging("Pairing", "Debug", "Tuya eTRV registration needed")
tuya_eTRV_registration(self, NWKID, tuya_data_request=True)
tuya_eTRV_registration(self, NWKID)

if tuya_registration_parameter:
tuya_registration(self, NWKID, ty_data_request=tuya_data_request, parkside=False, tuya_registration_value=tuya_registration_parameter)
Expand Down

0 comments on commit 2ae8e96

Please sign in to comment.