7 lines
155 B
JSON
7 lines
155 B
JSON
{
|
|
"alerts": [
|
|
{ "name": "Air Filter", "active": true },
|
|
{ "name": "UV Lamp", "active": false },
|
|
{ "name": "Service", "active": false }
|
|
]
|
|
}
|