Subject: | API for controlling motion remotly using XML-RPC |
---|---|
Version: | 3.1.3 |
Status: | Draft |
Author: | Jeroen Vreeken (pe1rxq@amsat.org) |
Date: | 17-8-2002 |
Function name: | motion.info |
---|---|
Description: | Get basic information about the motion instance connected |
Arguments: | none |
Return value(s): | (si); Motion version, Number of active threads |
Function name: | motion.conf.list |
---|---|
Description: | Get a list of all config parameters |
Arguments: | none |
Return value(s): | array of {s:s,s:s,s:s}; option: config option name, parameter: parameter type, help: help text describing option |
Function name: | motion.conf.get |
---|---|
Description: | Get the value of a config option |
Arguments: | (is); thread nr, parameter name |
Return value(s): | s; value |
Function name: | motion.conf.set |
---|---|
Description: | Get the value of a config option |
Arguments: | (iss); thread nr, parameter name, new value |
Return value(s): | none |