Added API: snapshot_ftp.

This commit is contained in:
Olivier Bagot
2013-11-20 13:49:36 +01:00
parent 9982925cef
commit d7476ac3b1
3 changed files with 19 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ handle['/cgi-bin/leds'] = handlers.leds;
handle['/cgi-bin/reboot'] = handlers.reboot;
handle['/cgi-bin/sleep'] = handlers.sleep;
handle['/cgi-bin/snapshot'] = handlers.snapshot;
handle['/cgi-bin/snapshot_ftp'] = handlers.snapshot_ftp;
handle['/cgi-bin/snapshot_get'] = handlers.snapshot_get;
handle['/cgi-bin/snapshot_list'] = handlers.snapshot_list;
handle['/cgi-bin/sound'] = handlers.sound;