Andrey
Andrey
the same issue update everything pls)
  Should I use devId + localKey ? "devId":"478803312cf43203f93d "productId": "8QMq5QyBkZDiA8ME", "localKey": "6efbee0a47399ec3"
статус не вариант Я не большой специалист в JS, но думаю, надо добавить async/await в логин/инит
any official fix for subsets?
pls. add tag node-red to package.json, update version hard to install and update right now
node-red crashes at start 13 Aug 10:04:26 - [red] Uncaught Exception: 13 Aug 10:04:26 - TypeError: Cannot read property 'replace' of undefined at filterCommandByte (/Users/apopov/.node-red/node_modules/node-red-contrib-tuya-local/lib/utils.js:48:18) at TuyaDevice. (/Users/apopov/.node-red/node_modules/node-red-contrib-tuya-local/tuya-local.js:114:16) at TuyaDevice.emit...
 Just add extra check ``` function filterCommandByte(msg,cmd_bytes) { if (!cmd_bytes) return null; arr = cmd_bytes.replace(/\s/g,"").split(","); arr = arr.map(function (x) { return parseInt(x, 10); }); return (arr.includes(msg.commandByte)) ? null :...
node v12.4.0 node-red v0.20.7