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":
|
case "STANDBY":
|
||||||
return "off"
|
return "off"
|
||||||
case "unknown":
|
case "unknown":
|
||||||
|
case "offline":
|
||||||
return "unknown"
|
return "unknown"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue