New custom integration for sysdweb

This commit is contained in:
Martin Bauer
2020-05-03 11:38:43 +00:00
parent 2cfc2f30f1
commit feb05f63df
4 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
start:
description: Starts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
stop:
description: Stops a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
restart:
description: Restarts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
reload:
description: Reloads a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"
reloadorrestart:
description: Reloads or restarts a service via sysdweb
fields:
hostname:
description: hostname where the service should be controlled
example: "kitchenpi.fritz.box"
service_name:
description: Name of the service
example: "lircd"