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
…utput
Refs openhab/openhab-core#4392.
Closesopenhab#2817.
This adds a new section "Actions" to the Thing tab of the Thing page,
which provides a button for each UI-supported Thing action.
Clicking on that button will open a popup,
where action input can be configured and action output can be viewed.
Currently, action output is displayed for actions with a single output,
as well as for the `result`, `qrPairingCode` and `manualPairingCode` keys of the response object.
Signed-off-by: Florian Hotze <dev@florianhotze.com>
florian-h05
added a commit
to florian-h05/openhab-webui
that referenced
this issue
Oct 21, 2024
…utput
Refs openhab/openhab-core#4392.
Closesopenhab#2817.
This adds a new section "Actions" to the Thing tab of the Thing page,
which provides a button for each UI-supported Thing action.
Clicking on that button will open a popup,
where action input can be configured and action output can be viewed.
Currently, action output is displayed pretty for the `result`, `qrPairingCode` and `manualPairingCode` keys of the response object.
In addition to that, the raw output can be viewed.
Signed-off-by: Florian Hotze <dev@florianhotze.com>
Refs openhab/openhab-core#4392.
The REST API is in place and provides config descriptions and input type mappings for Thing actions, so we can finally add the missing UI.
The text was updated successfully, but these errors were encountered: