address-client 1.6.80 → 1.6.81
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
CHANGED
|
@@ -898,8 +898,8 @@ export default {
|
|
|
898
898
|
this.areamodel.twoalarm = 10
|
|
899
899
|
if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '热水器']
|
|
900
900
|
} else if (this.areamodel.f_price_name.indexOf('锅炉') > -1) {
|
|
901
|
-
this.areamodel.onealarm =
|
|
902
|
-
this.areamodel.twoalarm =
|
|
901
|
+
this.areamodel.onealarm = 20
|
|
902
|
+
this.areamodel.twoalarm = 10
|
|
903
903
|
if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '壁挂锅炉']
|
|
904
904
|
}
|
|
905
905
|
}
|