-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi Jeremy,
I've got some issues when using the local control (UDP on Port 8888) with my Game Frame.
Basically I send the packages via this command:
echo -e "brightness 7" | nc -u -w0 <IP_Game_Frame> 8888
As long as I try to set the brightness, the Game Frame responds as expected and changes the brightness accordingly.
However, If I try to play something else (e.g. "play coffee") the Game Frame just plays something else (Almost as If it is using the "next" function) or If I try to send the command "power off" the Game Frame just restarts. Other commands such as "next" don't do anything at all.
Is there something I do wrong when sending the commands?
If I use the particle cloud API, each command works perfectly.
Maybe you can reproduce the issue?
Best regards
Fabian