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
default timeout is 4000 ms; on my system it takes on average 5700 ms for the Set command, and on average 3000 ms for the Get command. (tested 20 times each; only 1 listed for each command)
*SHELL*> cat /proc/cpuinfo
Hardware : BCM2835
Revision : a02082
Model : Raspberry Pi 3 Model B Rev 1.2
*SHELL*> env -i bash --noprofile --norc
bash-5.0$ time bash /var/lib/homebridge/appletv_control.sh Set 'ATV Power' 'On' '0'
real 0m5.695s
user 0m5.319s
sys 0m0.248s
bash-5.0$ time bash /var/lib/homebridge/appletv_control.sh Get 'ATV Power' 'On'
0
real 0m2.988s
user 0m2.802s
sys 0m0.141s
default timeout is 4000 ms; on my system it takes on average 5700 ms for the Set command, and on average 3000 ms for the Get command. (tested 20 times each; only 1 listed for each command)
Config
The text was updated successfully, but these errors were encountered: