Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • getsensdump - get information about sensor dump for every second, returns a response in the form <sensdump elementslist="201001,201002,101001," enable_usb="1" enable_sd="0" enable_ftp="0" enable_mail="1" />, where:
    • elementslist - the list of observed sensors, separated by commas;
    • samplerate - period of sensor data polling, in seconds;
    • enable_hdd - flag to enable the SATA HDD;
    • enable_usb - flag to enable the USB flash drive;
    • enable_sd - the flag to enable the use of SD Card media;
    • enable_ftp - flag to enable use as an FTP server media;
    • enable_mail - the flag to enable sending the log file to e-mail.
  • setsensdump - set the parameters of a sensor dump for every second. Extra options are:
    • elementslist - the list of observed sensors, separated by commas;
    • samplerate - period of sensor data polling, in seconds (1-600);
    • enable_hdd - flag to enable the SATA HDD;
    • enable_usb - flag to enable the USB flash drive;
    • enable_sd - the flag to enable the use of SD Card media;
    • enable_ftp - flag to enable use as an FTP server media;
    • enable_mail - the flag to enable sending of a log file to an email

...