-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Thing actions should have a unique id #17707
Comments
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#17707 Depends on openhab/openhab-core#4438 Signed-off-by: Laurent Garnier <[email protected]>
I realise that the id, when it is not the method name, should be mentioned in the documentation as this id is required to run the REST API (run the action). |
Signed-off-by: Laith Budairi <[email protected]>
is there still a need to do the mqtt binding too? |
There is another PR in core that generates these id’s automatically. So this makes the live of contributors and maintainers a little easier as we do not need to care about the id in the bindings. |
The need disappeared with the enhancement in progress in core framework. |
I am know closing th me issue as the core PR fixing the problem has been merged. |
Bindings sometimes define several thing actions with the same method name leading to thing actions having the same id. It should be fixed. openhab/openhab-core#4438 allows defining action id not depending on method name and as a consequence allows avoidding thing actions with the same id when the same method name is used.
Bindings to be fixed:
All bindings from a until m were checked
The text was updated successfully, but these errors were encountered: