close applications for notebooks with no battery

This commit is contained in:
Alexej Rotar 2024-02-15 19:07:29 +01:00
parent 9038473bae
commit 3551ca60a0

View file

@ -2,7 +2,7 @@
"applicationsClosed": false, "applicationsClosed": false,
"devices": [ "devices": [
{ "name": "Laptop", "available": false }, { "name": "Laptop", "available": false },
{ "name": "Laptop ohne Akku", "available": true }, { "name": "Laptop ohne Akku", "available": false },
{ "name": "Desktop-Computer", "available": true } { "name": "Desktop-Computer", "available": true }
] ]
} }