Commit 1254f7d
committed
[paradoxalarm] Fix GenericCommunicator not reaching ONLINE after initialization
INITIALIZE_DATA.runPhase() guarded the entire body with an IParadoxCommunicator
instanceof check, so GenericCommunicator (used during Phase 1 panel auto-discovery)
never called nextState().runPhase() and therefore never transitioned to ONLINE.
This caused doPostOnlineTask() to time out and auto-discovery to fail.
Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>1 parent 554fb9f commit 1254f7d
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- bundles/org.openhab.binding.paradoxalarm/src/main/java/org/openhab/binding/paradoxalarm/internal/communication
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
321 | 323 | | |
322 | 324 | | |
323 | 325 | | |
| |||
0 commit comments