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 |