Showing
1 changed file
with
2 additions
and
2 deletions
@@ -9023,7 +9023,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -9023,7 +9023,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
9023 | * @param {{orgId: string, deviceId: string, slaveDeviceId?: string, attr: string}} dataSource | 9023 | * @param {{orgId: string, deviceId: string, slaveDeviceId?: string, attr: string}} dataSource |
9024 | */ | 9024 | */ |
9025 | function echoDataSource(dataSource = {}) { | 9025 | function echoDataSource(dataSource = {}) { |
9026 | - const { orgId, deviceId, deviceProfileId, deviceType, attr, method, deviceCode, registerAddress, thingsModelDataType, actionType, zoomFacor } = dataSource | 9026 | + const { orgId, deviceId, deviceProfileId, deviceType, attr, method, deviceCode, registerAddress, thingsModelDataType, actionType, zoomFactor } = dataSource |
9027 | const queue = [] | 9027 | const queue = [] |
9028 | currentDataSource = { organizationId: orgId, deviceProfileId, deviceType } | 9028 | currentDataSource = { organizationId: orgId, deviceProfileId, deviceType } |
9029 | queue.push(getProduct(deviceType)) | 9029 | queue.push(getProduct(deviceType)) |
@@ -9054,7 +9054,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | @@ -9054,7 +9054,7 @@ DataFormatPanel.prototype.addDataFont = function (container) { | ||
9054 | actionType, | 9054 | actionType, |
9055 | deviceName, | 9055 | deviceName, |
9056 | attrName, | 9056 | attrName, |
9057 | - zoomFacor | 9057 | + zoomFactor |
9058 | }) | 9058 | }) |
9059 | 9059 | ||
9060 | }) | 9060 | }) |