mirror of
https://github.com/bendtherules/mispair-demo.git
synced 2026-08-18 13:22:17 +00:00
Fix model names for temperature sensor dashboard in PR configurations
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@
|
|||||||
"apiKey": "dummy-key"
|
"apiKey": "dummy-key"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"temperature-sensor-dashboard-2": { "name": "Temperature Sensor Dashboard (PR 2)" }
|
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard (PR 2)" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"mispair-live-pr-3": {
|
"mispair-live-pr-3": {
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"apiKey": "dummy-key"
|
"apiKey": "dummy-key"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"temperature-sensor-dashboard-2": { "name": "Temperature Sensor Dashboard (PR Local)" }
|
"temperature-sensor-dashboard": { "name": "Temperature Sensor Dashboard (PR Local)" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user