DaveGut / HubitatActive

Hubitat Environment Developments
64 stars 87 forks source link

Fix spurious television power on #19

Closed mattbaird closed 2 years ago

mattbaird commented 2 years ago

Due to the event driven nature of HE and this driver, there is a small chance of calling "getArtModeStatus" while the television is off. On non-frame televisions, this will cause the tv to power on, which honestly is sometimes spooky. I think on frame televisions this will not cause the power on, I dunno I don't have one. The solution is simply to check if the television is a frame tv before checking artmode status.

DaveGut commented 2 years ago

Thanks.