Compare commits
2 Commits
09c6e44ed1
...
b25c2f8b29
Author | SHA1 | Date | |
---|---|---|---|
b25c2f8b29 | |||
acc6fa0e6b |
@ -487,17 +487,17 @@ export default {
|
||||
}
|
||||
},
|
||||
getType29(index) {
|
||||
if (index == 0) {
|
||||
if (index == 5) {
|
||||
return this.$t('status.startupMethods.manual')
|
||||
} else if (index == 1) {
|
||||
return this.$t('status.startupMethods.externalControl')
|
||||
} else if (index == 2) {
|
||||
return this.$t('status.startupMethods.lightAccumulation')
|
||||
} else if (index == 3) {
|
||||
return this.$t('status.startupMethods.soilMoistureControl')
|
||||
} else if (index == 4) {
|
||||
return this.$t('status.startupMethods.externalControl')
|
||||
} else if (index == 3) {
|
||||
return this.$t('status.startupMethods.lightAccumulation')
|
||||
} else if (index == 2) {
|
||||
return this.$t('status.startupMethods.soilMoistureControl')
|
||||
} else if (index == 1) {
|
||||
return this.$t('status.startupMethods.interval')
|
||||
} else if (index == 5) {
|
||||
} else if (index == 0) {
|
||||
return this.$t('status.startupMethods.timed')
|
||||
} else {
|
||||
return this.$t('status.startupMethods.none')
|
||||
|
Loading…
x
Reference in New Issue
Block a user