Fix Airzone Cloud diagnostics (#98857)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
pull/98871/head
Álvaro Fernández Rojas 2023-08-23 09:20:53 +02:00 committed by GitHub
parent 26d7e9958f
commit 6be47b1fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -139,12 +139,17 @@
'systems': dict({
'system1': dict({
'available': True,
'errors': list([
dict({
'_id': 'error-id',
}),
]),
'id': 'system1',
'installation': 'installation1',
'is-connected': True,
'mode': None,
'name': 'System 1',
'problems': False,
'problems': True,
'system': 1,
'web-server': 'webserver1',
'ws-connected': True,