Skip to content
Snippets Groups Projects
Commit a85c23cf authored by René Schöne's avatar René Schöne
Browse files

Change subtopic of smartphone handler to "phone".

parent e4cfda69
Branches
No related tags found
No related merge requests found
...@@ -78,13 +78,12 @@ public abstract class AbstractSmartphoneHandler extends AbstractMqttHandler { ...@@ -78,13 +78,12 @@ public abstract class AbstractSmartphoneHandler extends AbstractMqttHandler {
private void logUnsupportedCategory(String category) { private void logUnsupportedCategory(String category) {
if (seenUnsupportedCategories.add(category)) { if (seenUnsupportedCategories.add(category)) {
logger.warn("Category not supported: {}", category); logger.warn("Category not supported: {}", category);
} }
} }
@Override @Override
protected String getSubTopic() { protected String getSubTopic() {
return "samsung"; return "phone";
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment