You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,17 +257,20 @@ Also see [Action Syntax](#action-syntax) for more information on actions that ca
257
257
258
258
## Shortcuts
259
259
260
-
The app supports exposes several actions that let you control your openHAB installation from the Shortcuts app.
260
+
The app exposes several actions that let you control your openHAB installation from the Shortcuts app.
261
+
262
+
All actions accept an optional **Home** parameter. When omitted the active home is used; when set it overrides the home for that step, which is useful in multi-home shortcuts.
261
263
262
264
**Supported actions**
263
265
264
266
-**Get Item State** – Retrieves the current state of any item.
265
267
- Returns the item’s state text so it can be used by later steps in a shortcut.
266
268
267
-
-**Set Switch State** – Sends an `ON` or `OFF` command to a Switch item.
268
-
- Action – `ON` / `OFF`
269
+
-**Set Switch State** – Sends a command to a Switch item.
270
+
- Action – `On` / `Off` / `Toggle`
271
+
-`Toggle` flips the current state without needing to know it in advance.
269
272
270
-
-**Set Dimmer or Roller Shutter Value** – Sends an integer value (0-100) to Dimmer or Rollershutter items.
273
+
-**Set Dimmer or Roller Shutter Value** – Sends an integer value (0–100) to Dimmer or Rollershutter items.
271
274
- Value – 0 … 100
272
275
273
276
-**Set Number Item Value** – Writes a decimal value to any Number item.
@@ -277,10 +280,23 @@ The app supports exposes several actions that let you control your openHAB insta
277
280
- Value – text
278
281
279
282
-**Set Color Item Value** – Sends a color command in HSB format `Hue,Saturation,Brightness` (e.g. `240,100,100` for blue) to a Color item.
0 commit comments