Compare commits
No commits in common. "b25c2f8b29550871ecd7a9f34646c237035fd622" and "09c6e44ed1bc18ca42ed4c72fc8d704ccd8c12c2" have entirely different histories.
b25c2f8b29
...
09c6e44ed1
@ -487,17 +487,17 @@ export default {
|
||||
}
|
||||
},
|
||||
getType29(index) {
|
||||
if (index == 5) {
|
||||
if (index == 0) {
|
||||
return this.$t('status.startupMethods.manual')
|
||||
} 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.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.interval')
|
||||
} else if (index == 0) {
|
||||
} else if (index == 5) {
|
||||
return this.$t('status.startupMethods.timed')
|
||||
} else {
|
||||
return this.$t('status.startupMethods.none')
|
||||
|
Loading…
x
Reference in New Issue
Block a user