Л
Size: a a a
Л
A
A
СA
A
request.put({
url: "https://hb.ru/api/accessories/a4",
headers: {
"Authorization": getState("0_userdata.0.spal.Samsung_Air.token").val
},
json: {"characteristicType": "TargetHeaterCoolerState", "value": getState("0_userdata.0.spal.Samsung_Air.modeHK").val}
}, function(error, response, body){
});
а так нет:sendTo('telegram.0',
{getState("0_userdata.0.Garag.car.gps-location").val,
disable_notification: true
});
A
i
sendTo('telegram.0',
{getState("0_userdata.0.Garag.car.gps-location").val,
{disable_notification: true}
});
i
i
sendTo('telegram.0',
{
val: getState("0_userdata.0.Garag.car.gps-location").val,
disable_notification: true
});
A
sendTo('telegram.0',
{
val: getState("0_userdata.0.Garag.car.gps-location").val,
disable_notification: true
});
Л
Л
Л
A
sendTo("telegram.0", "send", {latitude: 45.060889, longitude: 38.965776});
sendTo("telegram.0", "send", getState("0_userdata.0.Garag.car.gps-location").val);
в первом случае прилетает карта во втором {latitude: 45.060889, longitude: 38.965776}
Л
i
sendTo("telegram.0", "send", {latitude: 45.060889, longitude: 38.965776});
sendTo("telegram.0", "send", getState("0_userdata.0.Garag.car.gps-location").val);
в первом случае прилетает карта во втором {latitude: 45.060889, longitude: 38.965776}
A
i
A
i