Merge pull request '08/30' (#278) from pc-master into portal
Reviewed-on: #278
This commit is contained in:
commit
b25c2f8b29
@ -487,17 +487,17 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
getType29(index) {
|
getType29(index) {
|
||||||
if (index == 0) {
|
if (index == 5) {
|
||||||
return this.$t('status.startupMethods.manual')
|
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) {
|
} 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')
|
return this.$t('status.startupMethods.interval')
|
||||||
} else if (index == 5) {
|
} else if (index == 0) {
|
||||||
return this.$t('status.startupMethods.timed')
|
return this.$t('status.startupMethods.timed')
|
||||||
} else {
|
} else {
|
||||||
return this.$t('status.startupMethods.none')
|
return this.$t('status.startupMethods.none')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user