|
|
@@ -187,7 +187,7 @@ export default {
|
|
|
return !this.hasPower || this.hasPowerRealStatus
|
|
|
},
|
|
|
isPowerOpened () {
|
|
|
- return this.hasPowerRealStatus && this.powerStatus === Status.OK && this.switchStatus !== Power.OFF
|
|
|
+ return this.hasPowerStatus && (this.powerStatus === Status.NONE || this.powerStatus === Status.OK && this.switchStatus !== Power.OFF)
|
|
|
},
|
|
|
isRealOnline () {
|
|
|
return this.isOnline && this.isPowerOpened
|