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
So when the transformProperties function is called it replaces all values with undefined. Changing utils.js line 21 to this is a simple fix: result[key] = value;
The text was updated successfully, but these errors were encountered:
The problem is in utils.js, specifically
node-red-contrib-eufy-security/eufy-security/utils.js
Line 21 in cc38cf2
So when the transformProperties function is called it replaces all values with undefined. Changing utils.js line 21 to this is a simple fix:
result[key] = value;
The text was updated successfully, but these errors were encountered: