eklundjon / indigo-exlink

A plugin for @indigodomo to interface with Samsung displays via EX-Link serial protocol
Mozilla Public License 2.0
1 stars 0 forks source link

Status request too soon after powerOn returns power=off #6

Open eklundjon opened 6 years ago

eklundjon commented 6 years ago

There's a delay after a PowerOn() command before the device will response to status inquiries. If status is requested during this window, the power status in Indigo will be set to off.

Figure out how to handle this more intelligently -- maybe save a time-stamp when sending poweron and delay status requests if we know the device won't be ready yet.