You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The enableAutoOff setting doesn't appear to work correctly on the learn-code accessory. I expected it to keep the switch in the on state after capturing an IR code, but the switch automatically goes to the off state - whether enableAutoOff is true or false.
Expected behavior
I expected the switch to remain in the active state, and to be able to capture multiple IR codes consecutively without re-enabling the switch each time.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
enableAutoOff
setting doesn't appear to work correctly on thelearn-code
accessory. I expected it to keep the switch in the on state after capturing an IR code, but the switch automatically goes to the off state - whetherenableAutoOff
istrue
orfalse
.To Reproduce
Define a
learn-code
accessory as follows:Restart Homebridge.
Turn on the switch in the Home app, and capture an IR code.
Notice the switch automatically is turned off immediately.
Further, notice the Homebridge log includes the following:
Expected behavior
I expected the switch to remain in the active state, and to be able to capture multiple IR codes consecutively without re-enabling the switch each time.
The text was updated successfully, but these errors were encountered: