Fix for HomeKit controller state not updating after put (#25903)
This commit is contained in:
parent
61b687edec
commit
34cde21876
2 changed files with 28 additions and 3 deletions
|
@ -74,6 +74,7 @@ class FakePairing:
|
|||
if char.iid != cid:
|
||||
continue
|
||||
char.set_value(new_val)
|
||||
return {}
|
||||
|
||||
|
||||
class FakeController:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue