Skip to content

Commit aec59f5

Browse files
committed
chore: update thin-edge.io MQTT topic structure to v1
1 parent a6cb33d commit aec59f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zigbee2mqtt/config/extension/thin-edge-extension.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ class ThinEdgeExtension {
8181
}
8282
}
8383
await this.mqtt.publish(
84-
"measurements",
84+
"m/",
8585
JSON.stringify(payload),
8686
{},
87-
"tedge"
87+
"te/device/main///"
8888
);
8989
}
9090

0 commit comments

Comments
 (0)