mirror of
https://github.com/lehanspb/tuya-mqtt.git
synced 2025-12-18 16:17:30 +00:00
added debug informations
This commit is contained in:
@@ -168,6 +168,7 @@ mqtt_client.on('message', function (topic, message) {
|
|||||||
var options = getDeviceFromTopic(topic);
|
var options = getDeviceFromTopic(topic);
|
||||||
|
|
||||||
debug("receive settings", JSON.stringify({
|
debug("receive settings", JSON.stringify({
|
||||||
|
topic: topic,
|
||||||
action: action,
|
action: action,
|
||||||
message: message,
|
message: message,
|
||||||
options: options
|
options: options
|
||||||
|
|||||||
Reference in New Issue
Block a user