updated regiokeys
This commit is contained in:
parent
e86edc1b6c
commit
990eec7dd0
3 changed files with 4 additions and 23 deletions
22
config.json
22
config.json
|
@ -33,27 +33,7 @@
|
||||||
},
|
},
|
||||||
"regionsID": "150030000000",
|
"regionsID": "150030000000",
|
||||||
"mowas": true,
|
"mowas": true,
|
||||||
"preset": "184cd5772a5"
|
"preset": "184cca745aa"
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Pyrbaum",
|
|
||||||
"params": {
|
|
||||||
"type": "simple",
|
|
||||||
"routing": {
|
|
||||||
"device": "generic",
|
|
||||||
"connectors": [
|
|
||||||
[
|
|
||||||
"dummy",
|
|
||||||
"444"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"alarmSchedulingMode": "weekly",
|
|
||||||
"active": true,
|
|
||||||
"mowas": true,
|
|
||||||
"regionsID": "093730156156",
|
|
||||||
"preset": "184cd5772a5"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
1
html/Regionalschl_ssel_2024-05-31.json
Normal file
1
html/Regionalschl_ssel_2024-05-31.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -148,7 +148,7 @@
|
||||||
}, response => {
|
}, response => {
|
||||||
})
|
})
|
||||||
|
|
||||||
this.$http.get(window.location.pathname + 'Regionalschl_ssel_2022-09-30.json').then(response => {
|
this.$http.get(window.location.pathname + 'Regionalschl_ssel_2024-05-31.json').then(response => {
|
||||||
|
|
||||||
console.log(response.body.daten)
|
console.log(response.body.daten)
|
||||||
this.regionsSearchItems = response.body.daten.map(x => { return {
|
this.regionsSearchItems = response.body.daten.map(x => { return {
|
||||||
|
@ -194,4 +194,4 @@
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue