mirror of
https://github.com/lasthead0/yandex2mqtt.git
synced 2026-05-07 14:58:16 +03:00
test
This commit is contained in:
@@ -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