Hello,
I would like to enable / disable the drive synchronisation when I’m out of my home.
The goal is to avoid the use of bandwith when I’m at home, but keeping the motion detection and recording.
I try to do this :
- Log to the json api
- call /GetCorePlugins and find name of Drive plugin
- call /StartStopPlugin?authToken=xxxxx&pluginName=26&enabled=false
This last call result in a true from api, but the service is still enabled.
Does anybody have an idea on how to achieve this ?
Thanks,
Simon