mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
* Add SurveillanceStation * Fix error in error handling * Fix Python 2.7 pylint * Capitalize Camera_API.List Co-authored-by: Xiaonan Shen <s@sxn.dev> * Capitalize Camera_API.GetSnapshot + id instead of cameraId Co-authored-by: Xiaonan Shen <s@sxn.dev> * Join idList Co-authored-by: Xiaonan Shen <s@sxn.dev> * black * pylint * methods are case sensitive * Backward compat with Camera.GetSnapshot cameraId * raw live view data * Add Info.GetInfo * Use Camera.GetInfo * Fix TakeSnapshot blSave * Fix content type * Add SurveillanceStation api data * Add unit test, miss SYNO.SurveillanceStation.Camera GetInfo * Do not use Camera.LetInfo but .List with max_version 7 * Fix Switch on param Co-authored-by: Xiaonan Shen <s@sxn.dev> * Update camera list api data * Add more API data * Take care of new test data * Add RTSP test + previous library code owners Co-authored-by: Joe Lu <snjoetw@gmail.com> Co-authored-by: David <dconnor@gmail.com> Co-authored-by: Aleksander Lyse <aleksander.lyse@gmail.com> Co-authored-by: Loïc Gerbaud <info@loicg.net> * Fix Py27 pipe * Fix : get_all_cameras() test * Update README for SurveillanceStation * Fix README