List of commands to JParser - VOXL Portal
-
Hello everyone!
I'm trying to get information and spin engines, like a checklist for the drone's verification to maintenance from VOXL-PORTAL.
So, i was reading the js file called "JParser" and others html files, I would like to know where can find the request messages
var parser = new jParser(msg, { msg_type: { index: 'uint8', }, status_text_msg: { status_text: ['array', 'char', 127], }, fm_msg: { armed: 'uint8', num_sats: 'uint8', base_mode: 'uint8', custom_mode: 'uint32', batt_remaining: 'uint8', }});
As shown above the "fm_msg" and "status_text_msg" are the messages, but where can I find this list or how can I request it to controller?
thanks for all!