-
-
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
Initial contribution of ZoneMinder Binding #1812
Conversation
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 @Mr-Eskildsen looks good now!
Just some very minor formatting issues, see my comments below.
Please also add the binding to https://github.com/openhab/openhab2-addons/blob/master/features/openhab-addons/src/main/feature/feature.xml, so that it is included in the distro.
You can do those changes as additional commits on your branch - I can squash them when merging. Thanks!
<label>Advanced</label> | ||
</parameter-group> | ||
|
||
<parameter name="hostname" type="text" required="true" groupName="basic"> |
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.
could you run the code formatter? Here is a tabs/spaces mix
} | ||
|
||
``` | ||
###Items configuration### |
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.
please add an empty line above here
} | ||
} | ||
``` | ||
##Troubleshooting## |
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.
please add an empty line above here
addons/binding/pom.xml
Outdated
@@ -68,6 +68,7 @@ | |||
<module>org.openhab.binding.urtsi</module> | |||
<module>org.openhab.binding.vitotronic</module> | |||
<module>org.openhab.binding.yamahareceiver</module> | |||
<module>org.openhab.binding.zoneminder</module> |
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.
please replace tab by spaces
Thanks @kaikreuzer for your comments. I believe that I have fixed the issues you have pinpointed. Besides from that I found another issue in the .classpath file - I had not added the library I use in that. I verified how it should look like in the chromecast binding, so hopefully I got that one right. |
Thanks, looks good! |
Signed-off-by: Martin S. Eskildsen <[email protected]>
@kaikreuzer Sorry that I not catched that myself. Thanks for your advice regarding Rebasing :-), hopefully everything is as expected. |
Well done, thanks :-) |
Signed-off-by: Martin S. Eskildsen <[email protected]>
Signed-off-by: Martin S. Eskildsen <[email protected]>
Signed-off-by: Martin S. Eskildsen <[email protected]>
Signed-off-by: Martin S. Eskildsen <[email protected]>
* Log reason for rules/scripts refresh Fixes openhab#1293 Signed-off-by: Laurent Garnier <[email protected]>
This Pull Request replaces PR #1376 (https://github.com/openhab/openhab2-addons/pull/1376).