Changes
- fix: switching input from HomeKit while the TV is powered off could silently fail to apply on TVs slow to wake — the deferred input-switch retry loop (
ActiveIdentifieronSet, previously 20 attempts) and thestartInputpower-on retry loop (ActiveonSet, previously 15 attempts) each waited only 15-20s for the TV to report power ON after Wake-on-LAN; some webOS 24 sets take ~38s to come up, so both windows expired before the TV was reachable and the user saw "Failed to set channel after retries"; fixed by extending both loops to a shared 60s window (PowerOnWaitAttemptsinsrc/constants.js) - bump dependencies
Full Changelog: v4.3.11...v4.3.12