fix topic, no wildcard
This commit is contained in:
@ -12,7 +12,7 @@ import java.util.Properties;
|
|||||||
*/
|
*/
|
||||||
public class EspThermometerParser extends AMessageParser {
|
public class EspThermometerParser extends AMessageParser {
|
||||||
|
|
||||||
static final String TOPIC = "IoT/espThermometer2/+/measurement";
|
static final String TOPIC = "IoT/espThermometer2//measurement";
|
||||||
|
|
||||||
public EspThermometerParser(Properties config, MyQueue<ADataObject> queue) {
|
public EspThermometerParser(Properties config, MyQueue<ADataObject> queue) {
|
||||||
super(TOPIC, config, queue);
|
super(TOPIC, config, queue);
|
||||||
|
Reference in New Issue
Block a user