NorDroN / homebridge-wideq

MIT License
12 stars 5 forks source link

Status update failures #25

Open simplytoast1 opened 3 years ago

simplytoast1 commented 3 years ago

When doing device poling in the logs I get the following errors:

TypeError: Cannot use 'in' operator to search for '11' in undefined at ModelInfo.enumName (/usr/local/lib/node_modules/wideq/dist/core/model-info.js:69:21) at Object.lookupEnum (/usr/local/lib/node_modules/wideq/dist/utils.js:26:25) at RefrigeratorStatus.get tempRefrigeratorC [as tempRefrigeratorC] (/usr/local/lib/node_modules/wideq/dist/devices/refrigerator.js:107:29) at Reflect.get () at Object. (/usr/local/lib/node_modules/wideq/dist/cli.js:99:66) at Generator.next () at fulfilled (/usr/local/lib/node_modules/wideq/dist/cli.js:5:58) at processTicksAndRejections (node:internal/process/task_queues:93:5)

pjacobs32 commented 3 years ago

Same issue: TypeError: Cannot use 'in' operator to search for '12' in undefined at ModelInfo.enumName (/usr/local/lib/node_modules/wideq/dist/core/model-info.js:69:21) at Object.lookupEnum (/usr/local/lib/node_modules/wideq/dist/utils.js:26:25) at RefrigeratorStatus.get tempRefrigeratorC [as tempRefrigeratorC] (/usr/local/lib/node_modules/wideq/dist/devices/refrigerator.js:107:29) at Object.get () at Object. (/usr/local/lib/node_modules/wideq/dist/cli.js:99:66) at Generator.next () at fulfilled (/usr/local/lib/node_modules/wideq/dist/cli.js:5:58) at processTicksAndRejections (internal/process/task_queues.js:93:5)