@cpzxrobot/sdk 1.0.55 → 1.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +3 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -93,10 +93,10 @@ type HeatLamp = {
|
|
|
93
93
|
alarmLower: number;
|
|
94
94
|
// 告警阈值上限
|
|
95
95
|
alarmUpper: number;
|
|
96
|
-
address:
|
|
96
|
+
address: string;
|
|
97
97
|
serialnumber: string;
|
|
98
|
-
wirelessChannel:
|
|
99
|
-
relayAddress:
|
|
98
|
+
wirelessChannel: string;
|
|
99
|
+
relayAddress: string;
|
|
100
100
|
// 环境温度补偿值
|
|
101
101
|
tempCompensation: number;
|
|
102
102
|
periodList: {
|