From 3d2be8ac47c253578565c3ed608b1fc40e094c67 Mon Sep 17 00:00:00 2001 From: Villhellm Date: Wed, 29 Jul 2020 14:06:31 -0700 Subject: [PATCH] Fixed typo under Services --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d4b8f..8db283d 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ It's state will be the state of the camera motion detector of the *device* (5 se `browser_mod` registers a number of services. -All service calls have one parameter in common; `deviceID` which is a list of *devices* to execute the comand on. If `deviceID` is omitted, the command will be executed on **all** currenctly connected *devices*. `deviceID` may also contain aliases. +All service calls have one parameter in common; `deviceID` which is a list of *devices* to execute the comand on. If `deviceID` is omitted, the command will be executed on **all** currently connected *devices*. `deviceID` may also contain aliases. If a service is called from the frontend (e.g. by using the `call-service` tap action), a value of `this` in the `deviceID` list will be replaced with the ID of the *device* the call was made from. Alternatively, `deviceID: this` will also work.