Projector: Handle offline-State

This commit is contained in:
Ranlvor 2018-06-24 17:32:54 +02:00
parent 32fc4d613d
commit fe175c9055
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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: