-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
First implementation of MQTT -> RIKA #27
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
sebastienvermeille
force-pushed
the
26-feature-mqtt-rika
branch
from
May 16, 2023 18:53
1b56ca2
to
de8744d
Compare
…ature-mqtt-rika # Conflicts: # bridge/src/main/java/dev/cookiecode/rika2mqtt/bridge/Bridge.java # mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/configuration/MqttConfiguration.java
sebastienvermeille
force-pushed
the
26-feature-mqtt-rika
branch
from
May 17, 2023 15:46
c67a965
to
9838221
Compare
…rmeille/rika2mqtt into 26-feature-mqtt-rika # Conflicts: # bridge/src/main/java/dev/cookiecode/rika2mqtt/bridge/Bridge.java # mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/configuration/MqttConfiguration.java # mqtt/src/main/java/dev/cookiecode/rika2mqtt/rika/mqtt/event/MqttCommandEvent.java
…from 6.1.0 to 6.1.1 (#42) Snyk has created this PR to upgrade org.springframework.integration:spring-integration-mqtt from 6.1.0 to 6.1.1. See this package in Maven Repository: https://mvnrepository.com/artifact/org.springframework.integration/spring-integration-mqtt/ See this project in Snyk: https://app.snyk.io/org/sebastienvermeille/project/e3156d00-e655-4a84-9ff9-ce7cf38339ff?utm_source=github&utm_medium=referral&page=upgrade-pr Signed-off-by: Sebastien Vermeille <[email protected]> Co-authored-by: snyk-bot <[email protected]>
Bumps eclipse-temurin from 20.0.1_9-jre-jammy to 20.0.2_9-jre-jammy. --- updated-dependencies: - dependency-name: eclipse-temurin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Kudos, SonarCloud Quality Gate passed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First implementation of MQTT -> RIKA
This implementation allow to control the stove via MQTT commands.
Most features are supported.
What is missing ?
Ability to update heating program via MQTT: #47