-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for invoking Thing actions through UI-based rules #3
Add support for invoking Thing actions through UI-based rules #3
Conversation
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
… to also update SerialisedInputsToActionInputs Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
e5c33a9
to
9415c54
Compare
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Please restore my different comments from my method |
What you you mean exactly? The splitting into
? |
I was meaning the comments I added in code. And yes, I also prefer my last way to handle the different cases, more easy to read and understand. |
Haha, for me its the opposite ... I like to have everything in one place. Should I restore/apply your style? |
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@lolodomo I have restored your comments and your style, only change is to use the new switch statement syntax. |
...on/src/main/java/org/openhab/core/automation/util/mapper/SerialisedInputsToActionInputs.java
Show resolved
Hide resolved
...on/src/main/java/org/openhab/core/automation/util/mapper/SerialisedInputsToActionInputs.java
Show resolved
Hide resolved
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@lolodomo Good catches, I addressed your review! |
Thank you |
@lolodomo Can you please merge this PR into your branch, so this ends up in openhab#4392?
Please use rebase merging so the commit history is kept.