Closed SchumyHao closed 5 years ago
It seems to be that the "gateway" states are not created in nodejs 6 ...
yes, but really don't know why only gateway in node 6 has this issue
This issue is caused by this patch https://github.com/ioBroker/ioBroker.mihome/commit/431987dbf9de1f201e500b5b09510be954263c0a
Issue caused by padStart is not working on nodejs 6
before pad 81726387164871
error before pad 81726387164871
TypeError: msg.sid.padStart is not a function
at Hub.onMessage (/home/schumy/git/test/ioBroker.mihome/tmp/node_modules/iobroker.mihome/lib/Hub.js:86:35)
at emitTwo (events.js:106:13)
at Socket.emit (events.js:191:7)
at UDP.onMessage (dgram.js:561:8)
great finding!! could you do a PR to replace by something compatible? :-)
Yes. PR will be create
Current master branch code CI test failed on node 6.
If node 6 is no longer supported. Maybe we can remove this version nodejs in CI config?