Update for bug
This commit is contained in:
Родитель
8f78788bc5
Коммит
2ca28979da
|
@ -210,7 +210,7 @@ async function main() {
|
|||
try {
|
||||
resultTwin = await client.getTwin();
|
||||
// Only report readable propertiess
|
||||
const patchRoot = helperCreateReportedPropertiesPatch({ serialNumber: {"value" : serialNumber, "ac" : 200, "av" : 1} }, null);
|
||||
const patchRoot = helperCreateReportedPropertiesPatch({ serialNumber: serialNumber }, null);
|
||||
const patchThermostat1Info = helperCreateReportedPropertiesPatch({
|
||||
maxTempSinceLastReboot: 67.89,
|
||||
}, thermostat1ComponentName);
|
||||
|
|
Загрузка…
Ссылка в новой задаче