mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2025-08-08 09:01:00 +03:00
test
This commit is contained in:
3
app.js
3
app.js
@@ -96,7 +96,8 @@ global.devices.forEach(device => {
|
|||||||
|
|
||||||
/* */
|
/* */
|
||||||
var noticeRequest;
|
var noticeRequest;
|
||||||
if ((yc = config.yandex) != undefined) {
|
const yc = config.yandex;
|
||||||
|
if (yc != undefined) {
|
||||||
noticeRequest = https.request({
|
noticeRequest = https.request({
|
||||||
hostname: 'dialogs.yandex.net',
|
hostname: 'dialogs.yandex.net',
|
||||||
port: 443,
|
port: 443,
|
||||||
|
Reference in New Issue
Block a user