From 946e13fdd51cb1a7b380ff142e8e08b719b5b247 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 11 Nov 2020 19:08:34 +0100 Subject: [PATCH] Add reboot and shutdown service to synology_dsm (#15511) Co-authored-by: Franck Nijhof --- source/_integrations/synology_dsm.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_integrations/synology_dsm.markdown b/source/_integrations/synology_dsm.markdown index 49a2de41ca7..83845236b05 100644 --- a/source/_integrations/synology_dsm.markdown +++ b/source/_integrations/synology_dsm.markdown @@ -159,3 +159,21 @@ For each disk: ## Cameras - `{camera_name}`: Displays cameras added in [Surveillance Station](https://www.synology.com/en-us/surveillance). + +## Services + +### Service `synology_dsm.reboot` + +Reboot the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered. + + | Service data attribute | Required | Description | + | ---------------------- | -------- | ----------- | + | `serial` | yes, when multiple NAS are configured | serial of DSM | + +### Service `synology_dsm.shutdown` + +Shutdown the by `serial` specified DSM. If only one DSM is configured, `serial` is not requiered. + + | Service data attribute | Required | Description | + | ---------------------- | -------- | ----------- | + | `serial` | yes, when multiple NAS are configured | serial of DSM |