sync plugin fix - remove devStatus

This commit is contained in:
jokob-sk
2024-12-14 09:15:06 +11:00
parent e7843e6e73
commit 2e47af7b63

View File

@@ -228,6 +228,7 @@ def main():
# Remove 'rowid' key if it exists
for device in new_devices:
device.pop('rowid', None)
device.pop('devStatus', None)
mylog('verbose', [f'[{pluginName}] All devices: "{len(device_data)}"'])
mylog('verbose', [f'[{pluginName}] New devices: "{len(new_devices)}"'])