Conversation
Author
|
@unixorn could you give a hint, how to handle it? |
Collaborator
|
@Schluggi Thanks for your PR, I will have a look. |
Collaborator
|
How about?
This class can then be used to create something like SimpleSubscriber which only covers the classical command_topic or something more complex like your ClimateSubscriber class. If this makes sense to you, I can create a feature branch with the proposed changes. |
Author
|
Sure. Sounds great. |
Author
Collaborator
|
@Schluggi will do DSO is correct, both mentioned commits are lacking the Signed-off-by: Schluggi github@das-it-gesicht.de compared to your other commits. |
add support for climate Signed-off-by: Schluggi <github@das-it-gesicht.de> � This is the commit message unixorn#3: add support for climate Signed-off-by: Schluggi <github@das-it-gesicht.de> � This is the commit message unixorn#4: add support for climate Signed-off-by: Schluggi <github@das-it-gesicht.de> add support for climate Signed-off-by: Schluggi <github@das-it-gesicht.de> fix pytest
Signed-off-by: Steffen Pankratz <kratz00@gmx.de> Signed-off-by: Schluggi <github@das-it-gesicht.de>
Signed-off-by: Steffen Pankratz <kratz00@gmx.de> Signed-off-by: Schluggi <github@das-it-gesicht.de> fix README Signed-off-by: Schluggi <github@das-it-gesicht.de> [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Signed-off-by: Schluggi <github@das-it-gesicht.de>
Ask for contributor mastodon account so we can credit them properly in release announcements. Also ask if there's a different way they'd prefer to be credited. Signed-off-by: Joe Block <jpb@unixorn.net> Signed-off-by: Schluggi <github@das-it-gesicht.de>
Signed-off-by: Steffen Pankratz <kratz00@gmx.de> Signed-off-by: Schluggi <github@das-it-gesicht.de>
Signed-off-by: Steffen Pankratz <kratz00@gmx.de> Signed-off-by: Schluggi <github@das-it-gesicht.de>
Signed-off-by: Steffen Pankratz <kratz00@gmx.de> Signed-off-by: Schluggi <github@das-it-gesicht.de>
This file contains hidden or 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
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.
Table of Contents generated with DocToc
Description
I added basic support for climate (#222). This is not done yet and I need some help.
In my PR I add a new class called
ClimateSubscriberto handle all the special topics needed for aclimateentity. I'm pretty sure this not the supposed way to do this. Moreover there is a lot of code duplication inClimateSubscriberandSubscriber.climateis the first entity with multiple topics as far as I can see. Furthermore it would be much nicer to have different callbacks for each command. Therefore theSubscriberclass must be rewritten.Supported features so far:
Whats missing:
License Acceptance
Type of changes
Checklist
#!/usr/bin/env interpreterinstead of potentially platform-specific direct paths (#!/bin/shis an allowed exception)