Skip to content

Commit

Permalink
Bugfix: now returning correct address (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Nov 3, 2023
1 parent 19ed83f commit dabef75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ protected final Boolean translateCommand(Boolean command) {

@Override
public MqttMessageAddress getAddress() {
return null;
return new MqttMessageAddress(mqttAdapter.getAddress(), rootTopic);
}
}

0 comments on commit dabef75

Please sign in to comment.