My Cloud Home Shutdown IFTTT

Hello WD team,

Can you please consider having an option to shutdown MCH through ifttt?

Shutdown as an Action in IFTTT will be very useful where there are frequent power outages.

This should actually be very easy for you. (This is the only issue that is holding me from buying MCH)

You can shutdown the device via the REST api and the authorization token of the device owner.

PUT on /sdk/v1/device
{ "boot": { "type": "reboot" , "time": "2018-07-11T11:22:33.000Z"} }
1 Like