You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
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)
The text was updated successfully, but these errors were encountered: