|
|
|
@ -358,7 +358,7 @@ export default {
|
|
|
|
|
this.$set(this.requests[k], 'connectionStatus', 0)
|
|
|
|
|
getHistoryData({
|
|
|
|
|
deviceModeId: i.deviceModeId,
|
|
|
|
|
functionIdentifier: i.functionIdentifier + '1',
|
|
|
|
|
functionIdentifier: i.functionIdentifier,
|
|
|
|
|
interval: i.interval,
|
|
|
|
|
"sceneId": 144,
|
|
|
|
|
"deviceId": i.deviceId,
|
|
|
|
@ -474,7 +474,7 @@ export default {
|
|
|
|
|
if (!this.requests?.[k]?.request) {
|
|
|
|
|
getHistoryData({
|
|
|
|
|
deviceModeId: i.deviceModeId,
|
|
|
|
|
functionIdentifier: i.functionIdentifier + '1',
|
|
|
|
|
functionIdentifier: i.functionIdentifier ,
|
|
|
|
|
interval: i.interval,
|
|
|
|
|
"sceneId": 144,
|
|
|
|
|
"deviceId": i.deviceId,
|
|
|
|
|