-
-
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
[telegram] Added support for long polling #8180
Conversation
Travis tests were successfulHey @EvilPingu, |
Travis tests were successfulHey @EvilPingu, |
bundles/org.openhab.binding.telegram/src/main/resources/ESH-INF/thing/thing-types.xml
Outdated
Show resolved
Hide resolved
bundles/org.openhab.binding.telegram/src/main/resources/ESH-INF/thing/thing-types.xml
Show resolved
Hide resolved
...ab.binding.telegram/src/main/java/org/openhab/binding/telegram/internal/TelegramHandler.java
Show resolved
Hide resolved
Travis tests were successfulHey @EvilPingu, |
2 similar comments
Travis tests were successfulHey @EvilPingu, |
Travis tests were successfulHey @EvilPingu, |
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.
review done
Travis tests were successfulHey @EvilPingu, |
Signed-off-by: Christian Kittel <[email protected]>
Sorry. I failed rebasing my branch. Now it's correct. |
Travis tests were successfulHey @EvilPingu, |
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.
LGTM
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]> Signed-off-by: MPH80 <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]> Signed-off-by: Daan Meijer <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
Closes openhab#7043 Signed-off-by: Christian Kittel <[email protected]>
This PL closes #7043
I added a new parameter for long polling. There is a new parameter with default value 25 seconds. The Telegram WebApp uses 25 seconds. Maximal value is 50 seconds. After this time the telegram api interups the connection.
Additional i fixed some warnings.