Open pdiegmann opened 7 years ago
Hi @pdiegmann,
You are right for some reason, their last API version does not provide reboot/shutdown methods (https://github.com/kwent/syno/blob/master/definitions/6.x/_full.json#L14964)... I tried in the UI and they are using API version 1.
The system is configured to use the last API version (3 in our case), that's why those methods are not available.
I'll will have to revisit this logic and release a new version of this package to fix this issue.
I'll keep you updated.
Hi @kwent
Any update on this ?
Thanks
Hi,
I'm looking for a way to shutdown the disk station as found here: https://github.com/kwent/syno/blob/master/definitions/DSM/6.0/7321/SYNO.Core.System.lib#L1 How can I invoke this method?
syno.dsm.shutdown()
does not work and the cli doesn't recognizesyno dsm shutdown
either:Any help is greatly appreciated.