...
Monitoring settings are not saved after a reboot. To save after reboot, you need to make a call:
savetoflash “savetoflash” - saves current settings to flash memory;
...
The current settings are reserved by calling “settings.htmhtm” ("GET" method)
If you call without parameters (param “param” field is absent), all settings are backed up.
To selectively reserve settings, you must set the appropriate parameters in the param “param” field, using a space as the separator.
...
Table. Parameters of selective reservation
Parameter | Description |
---|---|
monitoring | Monitoring: modules, sensors, groups, map, USB web-cam etc |
canbus | CAN bus configuration |
dbusers | Users DB |
dbkeys | Access keys DB |
datetime | Date and time configurations |
network | Network settings |
http | HTTP Server settings |
log | Logging settings |
radius | Radius settings |
snmp | SNMP settings |
dyndns | DynDNS |
update | Settings of update |
backup | Settings of backup |
Reservation of settings for external FPP by schedule
getftpbackup - get FTP backup settings;
setftpbackup - set the parameters of FTP Backup:
noreboot - if the key is equal to "1", then the reboot, after the configuration of the settings, will not be performed;
address - the address of the FTP server;
port - FTP server port;
rdir - remote directory on the FTP server;
username - FTP server username;
password - FTP server user password;
interval - backup interval:
'never' - the function is disabled;
'daily' - daily;
weekly - weekly;
"monthly" - monthly;
day - day (week or month) of reservation (for the day of the week (1..7), 1 means Monday));
hour - hour of reservation (00..23);