-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[boschshc] Update active profile of intrusion detection system #15899
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
[boschshc] Update active profile of intrusion detection system #15899
Conversation
Fixes an issue that caused the active configuration profile of the intrusion detection system not to be updated. closes openhab#15848 Signed-off-by: David Pace <dev@davidpace.de>
jlaur
left a comment
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 the fix! I'll let @GerdZanker have a look before merging.
|
Hi. Maybe the Channels also needs to be added in initializedService(). Line 96? just guessing, never did Binding development before |
Signed-off-by: David Pace <dev@davidpace.de>
|
Thanks for the hint @PLeusmann, maybe you should start developing bindings when you see stuff like that 😉 I'm marking this as work in progress for now since I would prefer to do some additional testing tomorrow. |
|
Tests successful, removing work in progress label. |
GerdZanker
left a comment
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.
looks good and thanks for your fix @david-pace
…ab#15899) * [boschshc] Update active profile of intrusion detection system Fixes an issue that caused the active configuration profile of the intrusion detection system not to be updated. closes openhab#15848 * [boschshc] add channel to control state service registration Signed-off-by: David Pace <dev@davidpace.de>
…ab#15899) * [boschshc] Update active profile of intrusion detection system Fixes an issue that caused the active configuration profile of the intrusion detection system not to be updated. closes openhab#15848 * [boschshc] add channel to control state service registration Signed-off-by: David Pace <dev@davidpace.de> Signed-off-by: Jørgen Austvik <jaustvik@acm.org>
Fixes an issue that caused the active configuration profile of the intrusion detection system not to be updated.
closes #15848