diff --git a/README.md b/README.md index 5b4cd9e..4702536 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ The plugin emulates the blinds position (it saves it in a variable) using an und For `up_url` and `down_url`, the variable `%%POS%%` can be included in the URL, which will be replaced with the desired target before the URL is requested. For example, use of `http://1.2.3.4/window/up?pos=%%POS%%` would be modified to `http://1.2.3.4/window/up?pos=100` if the position 100 was requested. This is useful for cases where blinds offer the ability to directly specify the value. -When `%%POS%%` is used, note that `stop_url` will not be sent. (Because the blinds can receive a specific position, that there is no need to send an additional stop command.) +When `%%POS%%` is used, note that `stop_url` will not be sent. (Because the blinds can receive a specific position, there is no need to send an additional stop command.) #### Receiving specific position (optional, ad hoc basis) diff --git a/config.schema.json b/config.schema.json index f10414f..055b1e1 100644 --- a/config.schema.json +++ b/config.schema.json @@ -242,6 +242,10 @@ "type": "fieldset", "expandable": true, "items": [ + { + "type": "help", + "helpvalue": "

%%POS%% can be included in the URL, which will be replaced with the desired target. The Stop URL will not be sent if %%POS%% is used (because the blinds can receive a specific position, there is no need to send an additional stop command).

" + }, "up_url", { "key": "motion_up_time", @@ -256,6 +260,10 @@ "type": "fieldset", "expandable": true, "items": [ + { + "type": "help", + "helpvalue": "

%%POS%% can be included in the URL, which will be replaced with the desired target. The Stop URL will not be sent if %%POS%% is used (because the blinds can receive a specific position, there is no need to send an additional stop command).

" + }, "down_url", { "key": "motion_down_time",