I was reading https://flespi.com/kb/how-to-send-command-to-device-over-channel-connection to try to send a command to a SkyPatrol 8750+ device and the request to obtain the list of available commands returns an empty list.
If this is correct and there's no way to send a command to a SkyPatrol device with the rest api?
Could I send a command via some other way? (mqtt?).
The command used to get the list of commands is:
curl -X GET --header "Authorization: FlespiToken $token" 'https://flespi.io/gw/protocols/name=skypatrol/commands/all'