diff --git a/plejd/MqttClient.js b/plejd/MqttClient.js index d10840b..47c7d92 100644 --- a/plejd/MqttClient.js +++ b/plejd/MqttClient.js @@ -65,7 +65,7 @@ const getOutputDeviceDiscoveryPayload = ( qos: 1, retain: true, device: { - identifiers: `${device.deviceId}`, + identifiers: `${device.uniqueId}`, manufacturer: 'Plejd', model: device.typeName, name: device.name,