Skip to content

Commit

Permalink
Rawaps for 0201 cluster (#1763)
Browse files Browse the repository at this point in the history
When schneider thermostat was sending a setpoint command , the command was not send to the schneider module code
  • Loading branch information
badzz authored Jul 29, 2024
1 parent a32b7a1 commit fbb574a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/inRawAps.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def inRawAps( self, Devices, srcnwkid, srcep, cluster, dstnwkid, dstep, Sqn, Glo

elif Command == "04": # Get Relay status Log
self.log.logging( "inRawAPS", "Debug", "inRawAps - Cluster 0201 Command 04 (Get Relay status Log) Data %s" %Data)
return

if "Manufacturer" not in self.ListOfDevices[srcnwkid]:
return
Expand Down

0 comments on commit fbb574a

Please sign in to comment.