-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
[rest] fixed item links in rest api #1591
Conversation
Signed-off-by: Kai Kreuzer <kai@openhab.org>
Do you know if there are more issues with the item linking? |
This is not at all related to item links (the openHAB concept) and thus not related to #1385. |
Yes I understand that. When I did my most recent testing the linking appeared to be buggy but I had no time to further investigate the root cause. So I don't know if it was caused by #1385 or some other issue like this one. Therefor I postponed updating my secondary OH instance to OH3. 😉 |
This issue here is hopefully my last "major" bug that I have encountered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing it!
I don't mind running it on my secondary instance when the linking works. But for my main instance I will first implement a WoL action (openhab/openhab-addons#3799) or I wouldn't be able to turn on my desktop PC using voice commands. 😄 |
Cool ;) I'm using the exec binding to run |
Signed-off-by: Kai Kreuzer <kai@openhab.org> GitOrigin-RevId: 8c83b60
Fixes openhab/openhab-android#2139
Signed-off-by: Kai Kreuzer kai@openhab.org