Projector: Handle offline-State
This commit is contained in:
parent
32fc4d613d
commit
fe175c9055
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ const config : Config = {
|
|||
case "STANDBY":
|
||||
return "off"
|
||||
case "unknown":
|
||||
case "offline":
|
||||
return "unknown"
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue