mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 09:01:00 +03:00
test
This commit is contained in:
2
app.js
2
app.js
@@ -124,7 +124,7 @@ global.mqttClient = mqtt.connect(`mqtt://${config.mqtt.host}`, {
|
|||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
}
|
}
|
||||||
}, res => {
|
}, res => {
|
||||||
|
console.log(res);
|
||||||
});
|
});
|
||||||
const st = ldevice.getState();
|
const st = ldevice.getState();
|
||||||
noticeRequest.write(JSON.stringify({
|
noticeRequest.write(JSON.stringify({
|
||||||
|
Reference in New Issue
Block a user