Fix Airzone Cloud diagnostics (#98857)
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
26d7e9958f
commit
6be47b1fbd
1 changed files with 6 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue