-
-
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
[rfxcom] Thread naming #8235
[rfxcom] Thread naming #8235
Conversation
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Travis tests were successfulHey @lolodomo, |
@@ -242,4 +242,6 @@ | |||
put(PacketType.WIND, RFXComBindingConstants.THING_TYPE_WIND); | |||
} | |||
}); | |||
|
|||
public static final String THREAD_NAME_PREFIX = "OH-" + BINDING_ID + "-"; |
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.
The binding id is already in in the thing uid. Therefor make it OH-binding-
that will make it easier to find all binding specific threads.
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.
Ok, I am going to change that.
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: MPH80 <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to openhab#8216 Signed-off-by: Laurent Garnier <[email protected]>
Related to #8216
Signed-off-by: Laurent Garnier [email protected]