Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[actions] Fix get(), thingActions & dynamic export of found actions #165

Merged
merged 6 commits into from
Oct 18, 2022

Conversation

florian-h05
Copy link
Contributor

@florian-h05 florian-h05 commented Oct 16, 2022

Fixes #164.
Caused by #148.

Fixes

  • actions.get() not working
  • actions.thingActions() not working
  • Dynamic exports not working
  • Removed Pushsafer example from README as the Pushsafer binding does not dynamically export to the actionService.

Test

I’ve verified that get(), thingActions() and the dynamic exports are working now.

@BasvanH Can you please test this fix?
Just run npm install git+https://github.com/florian-h05/openhab-js.git#fix-actions-get inside the $OPENHAB_CONF/automation/js folder.

@florian-h05 florian-h05 added the bug Something isn't working label Oct 16, 2022
@florian-h05 florian-h05 added this to the 2.x.x milestone Oct 16, 2022
Copy link
Contributor

@digitaldan digitaldan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not tested this, but just reading through it LGTM.

@florian-h05
Copy link
Contributor Author

@digitaldan The creator of the issue also verified that it’s working, so I’ll merge.

@florian-h05 florian-h05 merged commit 2a19f55 into openhab:main Oct 18, 2022
@florian-h05 florian-h05 deleted the fix-actions-get branch October 18, 2022 07:22
florian-h05 added a commit to florian-h05/openhab-webui that referenced this pull request Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[actions] get() not working
2 participants