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

Initial contribution of ZoneMinder Binding #1812

Merged
merged 1 commit into from
Feb 3, 2017
Merged

Initial contribution of ZoneMinder Binding #1812

merged 1 commit into from
Feb 3, 2017

Conversation

Mr-Eskildsen
Copy link

@kaikreuzer kaikreuzer added the new binding If someone has started to work on a binding. For a new binding PR. label Feb 2, 2017
Copy link
Member

@kaikreuzer kaikreuzer left a 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">
Copy link
Member

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###
Copy link
Member

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##
Copy link
Member

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

@@ -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>
Copy link
Member

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

@Mr-Eskildsen
Copy link
Author

Mr-Eskildsen commented Feb 2, 2017

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.

@kaikreuzer
Copy link
Member

Thanks, looks good!
Just noticed one missing piece when I wanted to merge, sorry: You have not signed-off your commits, which we need for contributions, so that you formally certify the origin of the code. Best would be to squash your three commits (git rebase -i HEAD~3) and add the Signed-off-by line in the resulting commit.

Signed-off-by: Martin S. Eskildsen <[email protected]>
@Mr-Eskildsen
Copy link
Author

@kaikreuzer Sorry that I not catched that myself. Thanks for your advice regarding Rebasing :-), hopefully everything is as expected.

@kaikreuzer
Copy link
Member

Well done, thanks :-)

@kaikreuzer kaikreuzer merged commit f354e72 into openhab:master Feb 3, 2017
Markinus pushed a commit to Markinus/openhab2-addons that referenced this pull request Feb 8, 2017
Signed-off-by: Martin S. Eskildsen <[email protected]>
fharni pushed a commit to fharni/openhab2-addons that referenced this pull request Feb 10, 2017
Signed-off-by: Martin S. Eskildsen <[email protected]>
jarlebh pushed a commit to jarlebh/openhab2-addons that referenced this pull request Mar 4, 2017
Signed-off-by: Martin S. Eskildsen <[email protected]>
tratho pushed a commit to tratho/openhab2-addons that referenced this pull request May 5, 2017
Signed-off-by: Martin S. Eskildsen <[email protected]>
@kaikreuzer kaikreuzer modified the milestone: 2.1 Jun 24, 2017
Flole998 pushed a commit to Flole998/openhab-addons that referenced this pull request Dec 30, 2021
* Log reason for rules/scripts refresh

Fixes openhab#1293

Signed-off-by: Laurent Garnier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new binding If someone has started to work on a binding. For a new binding PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants