@zwave-js/config 15.20.1 → 15.22.0
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/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/cjs/configDir.node.js.map +1 -1
- package/build/cjs/devices/CompatConfig.d.ts +24 -0
- package/build/cjs/devices/CompatConfig.js +85 -0
- package/build/cjs/devices/CompatConfig.js.map +2 -2
- package/build/cjs/devices/DeviceConfig.d.ts +10 -5
- package/build/cjs/devices/DeviceConfig.js +59 -36
- package/build/cjs/devices/DeviceConfig.js.map +2 -2
- package/build/cjs/devices/ParamInformation.d.ts +3 -2
- package/build/cjs/devices/ParamInformation.js +8 -1
- package/build/cjs/devices/ParamInformation.js.map +2 -2
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/devices/CompatConfig.d.ts +24 -0
- package/build/esm/devices/CompatConfig.d.ts.map +1 -1
- package/build/esm/devices/CompatConfig.js +86 -0
- package/build/esm/devices/CompatConfig.js.map +1 -1
- package/build/esm/devices/DeviceConfig.d.ts +10 -5
- package/build/esm/devices/DeviceConfig.d.ts.map +1 -1
- package/build/esm/devices/DeviceConfig.js +84 -42
- package/build/esm/devices/DeviceConfig.js.map +1 -1
- package/build/esm/devices/ParamInformation.d.ts +3 -2
- package/build/esm/devices/ParamInformation.d.ts.map +1 -1
- package/build/esm/devices/ParamInformation.js +8 -0
- package/build/esm/devices/ParamInformation.js.map +1 -1
- package/config/devices/0x000c/hs-fls100-g2.json +2 -0
- package/config/devices/0x000c/hs-hsm200.json +5 -6
- package/config/devices/0x000c/hs-ls100.json +1 -0
- package/config/devices/0x000c/hs-ms100.json +2 -0
- package/config/devices/0x000c/templates/homeseer_template.json +3 -0
- package/config/devices/0x001a/rf9501.json +2 -5
- package/config/devices/0x001a/rf9536-n.json +3 -5
- package/config/devices/0x001a/rf9537.json +3 -5
- package/config/devices/0x001a/rf9540-n_0.0_1.1.json +3 -5
- package/config/devices/0x001a/rf9540-n_1.2.json +3 -5
- package/config/devices/0x001a/rf9542.json +3 -5
- package/config/devices/0x001a/rf9642.json +1 -0
- package/config/devices/0x001a/rfldm.json +1 -0
- package/config/devices/0x001a/rftr9505.json +1 -0
- package/config/devices/0x001a/rftr9605-t.json +1 -0
- package/config/devices/0x001d/templates/leviton_template.json +6 -0
- package/config/devices/0x001e/ezmultipli.json +2 -6
- package/config/devices/0x0039/39336_39443_zw3104.json +1 -0
- package/config/devices/0x0039/39339_39346_zw3107.json +3 -0
- package/config/devices/0x0039/39351_39458_zw3005.json +3 -0
- package/config/devices/0x0039/39351_39458_zw3010.json +3 -0
- package/config/devices/0x0039/39357_39464_zw3011.json +3 -0
- package/config/devices/0x003b/fe599nx.json +3 -6
- package/config/devices/0x0059/bbk001-z00.json +2 -0
- package/config/devices/0x0059/max10y-376.json +1 -0
- package/config/devices/0x0059/ses_302.json +2 -0
- package/config/devices/0x0059/ses_303.json +4 -0
- package/config/devices/0x0059/sir-321.json +1 -0
- package/config/devices/0x0059/swm301.json +1 -0
- package/config/devices/0x0060/ac301.json +1 -0
- package/config/devices/0x0060/ad146.json +1 -2
- package/config/devices/0x0060/an179.json +2 -10
- package/config/devices/0x0060/an180.json +2 -10
- package/config/devices/0x0060/an184.json +7 -10
- package/config/devices/0x0060/an188.json +7 -10
- package/config/devices/0x0060/hsp02.json +2 -0
- package/config/devices/0x0060/sp814.json +2 -0
- package/config/devices/0x0060/sp815.json +1 -0
- package/config/devices/0x0060/sp816.json +2 -0
- package/config/devices/0x0060/sp817.json +2 -0
- package/config/devices/0x0060/st814.json +25 -15
- package/config/devices/0x0063/38957_zw6305.json +1 -0
- package/config/devices/0x0063/38959_zw6306.json +3 -0
- package/config/devices/0x0063/43973_zw6305.json +1 -0
- package/config/devices/0x0063/43985_zw6306.json +3 -0
- package/config/devices/0x0063/52247_zw6309.json +3 -0
- package/config/devices/0x0063/52251_zw6307.json +2 -0
- package/config/devices/0x0063/templates/jasco_template.json +6 -2
- package/config/devices/0x0064/duwi_z-wave_plugin_switch.json +1 -0
- package/config/devices/0x0068/td13010.json +8 -6
- package/config/devices/0x0068/tr1b120z1.json +4 -3
- package/config/devices/0x0077/smartdimmer.json +1 -0
- package/config/devices/0x0084/fts05p.json +6 -10
- package/config/devices/0x0086/templates/aeotec_template.json +42 -21
- package/config/devices/0x0086/zw062.json +7 -2
- package/config/devices/0x0086/zw074.json +8 -0
- package/config/devices/0x0086/zw097.json +1 -1
- package/config/devices/0x0086/zw098.json +7 -5
- package/config/devices/0x0086/zw100.json +12 -1
- package/config/devices/0x0086/zw112.json +1 -1
- package/config/devices/0x0086/zw120.json +1 -1
- package/config/devices/0x0086/zw121.json +7 -5
- package/config/devices/0x0086/zw122.json +2 -1
- package/config/devices/0x0086/zw129.json +1 -1
- package/config/devices/0x0086/zw130.json +1 -1
- package/config/devices/0x008a/doorsensor.json +1 -0
- package/config/devices/0x008a/molite.json +2 -0
- package/config/devices/0x008b/zw111.json +3 -0
- package/config/devices/0x0097/multisensor.json +2 -0
- package/config/devices/0x0098/ct100.json +2 -0
- package/config/devices/0x0098/ct101.json +2 -0
- package/config/devices/0x0098/ct200.json +2 -0
- package/config/devices/0x0098/ct200x.json +3 -0
- package/config/devices/0x0098/ct32.json +2 -0
- package/config/devices/0x0107/fibefgs-213.json +6 -0
- package/config/devices/0x0108/dch-z110.json +5 -0
- package/config/devices/0x0108/dch-z120.json +5 -0
- package/config/devices/0x0109/zd2201.json +3 -0
- package/config/devices/0x0109/zd2301eu-5.json +7 -3
- package/config/devices/0x0109/zp3102.json +1 -0
- package/config/devices/0x0109/zp3111-5.json +5 -0
- package/config/devices/0x0109/zp3113-7.json +14 -6
- package/config/devices/0x010f/fgbs001.json +1 -0
- package/config/devices/0x010f/fgbs222.json +4 -0
- package/config/devices/0x010f/fgcd001.json +1 -0
- package/config/devices/0x010f/fgd212.json +11 -2
- package/config/devices/0x010f/fgdw002.json +3 -0
- package/config/devices/0x010f/fgfs101.json +1 -0
- package/config/devices/0x010f/fgk101.json +4 -0
- package/config/devices/0x010f/fgms001.json +15 -0
- package/config/devices/0x010f/fgpb101.json +26 -20
- package/config/devices/0x010f/fgr-224.json +8 -6
- package/config/devices/0x010f/fgs213.json +6 -0
- package/config/devices/0x010f/fgs223.json +24 -4
- package/config/devices/0x010f/fgsd002.json +1 -0
- package/config/devices/0x010f/fgss001.json +1 -0
- package/config/devices/0x010f/fgwdeu.json +24 -4
- package/config/devices/0x010f/fgwdseu-221.json +66 -17
- package/config/devices/0x010f/fgwp102.json +4 -0
- package/config/devices/0x010f/fgwpb-111.json +1 -0
- package/config/devices/0x010f/fgwpb-121.json +6 -0
- package/config/devices/0x010f/fgwpg-111.json +4 -0
- package/config/devices/0x010f/fgwpg-121.json +4 -0
- package/config/devices/0x010f/fgwreu-111.json +24 -4
- package/config/devices/0x010f/templates/fibaro_template.json +2 -12
- package/config/devices/0x0116/itemp.json +1 -0
- package/config/devices/0x0118/tsm02.json +6 -6
- package/config/devices/0x0118/tz04.json +1 -0
- package/config/devices/0x0118/tz88.json +3 -0
- package/config/devices/0x011a/plug-in_smart_meter_dimmer_switch.json +2 -0
- package/config/devices/0x011a/zw20rm.json +1 -0
- package/config/devices/0x011a/zw500dm.json +2 -0
- package/config/devices/0x012a/iq_outlet.json +1 -0
- package/config/devices/0x012a/qz2140-840.json +2 -2
- package/config/devices/0x012a/qz2142-840.json +2 -0
- package/config/devices/0x0131/ah-nas-pd07u1.json +7 -0
- package/config/devices/0x0131/ah-neo-ds07z.json +4 -0
- package/config/devices/0x0131/mh-p220.json +3 -0
- package/config/devices/0x0131/ne-nas-ds01z.json +2 -15
- package/config/devices/0x0131/ne-nas-pd01z.json +1 -0
- package/config/devices/0x0131/psp02.json +8 -15
- package/config/devices/0x0131/vs-zd2301.json +7 -3
- package/config/devices/0x013c/nsg-ab-02.json +1 -0
- package/config/devices/0x013c/pad02.json +1 -0
- package/config/devices/0x013c/pad15.json +2 -0
- package/config/devices/0x013c/pan03.json +1 -0
- package/config/devices/0x013c/pan04.json +1 -0
- package/config/devices/0x013c/pan05-1b.json +1 -0
- package/config/devices/0x013c/pan11.json +1 -0
- package/config/devices/0x013c/pan15-1-nes.json +1 -0
- package/config/devices/0x013c/pan16.json +1 -0
- package/config/devices/0x013c/pan30.json +35 -33
- package/config/devices/0x013c/pan34.json +1 -0
- package/config/devices/0x013c/pat02-a.json +4 -0
- package/config/devices/0x013c/pat02-b.json +6 -0
- package/config/devices/0x013c/pse04.json +4 -3
- package/config/devices/0x013c/psm02.json +4 -0
- package/config/devices/0x013c/psp05.json +2 -0
- package/config/devices/0x013c/psr03-a.json +3 -1
- package/config/devices/0x013c/psr03-b.json +3 -1
- package/config/devices/0x013c/pst02-a-br.json +2 -0
- package/config/devices/0x013c/pst02a.json +8 -0
- package/config/devices/0x013c/pst02b.json +9 -6
- package/config/devices/0x013c/pst02c.json +5 -0
- package/config/devices/0x013c/templates/philio_template.json +5 -22
- package/config/devices/0x0140/sc428zw.json +2 -0
- package/config/devices/0x0148/cometz_700.json +1 -0
- package/config/devices/0x0148/eur_airquality.json +2 -0
- package/config/devices/0x0148/spirit.json +2 -0
- package/config/devices/0x0148/temp_humidity_sensor.json +2 -0
- package/config/devices/0x0149/c7.json +3 -0
- package/config/devices/0x0149/dry.json +9 -18
- package/config/devices/0x0149/ums2.json +12 -36
- package/config/devices/0x0149/wps104.json +6 -12
- package/config/devices/0x0149/wsp1.json +8 -24
- package/config/devices/0x0149/wte.json +5 -6
- package/config/devices/0x014a/iszw7-eco.json +1 -0
- package/config/devices/0x014a/tstat-tbz500.json +5 -0
- package/config/devices/0x014f/pir200.json +2 -0
- package/config/devices/0x014f/zwn-bpc.json +1 -0
- package/config/devices/0x0154/005107_0.0-1.4.json +1 -0
- package/config/devices/0x0154/05438.json +1 -0
- package/config/devices/0x0154/123580.json +2 -0
- package/config/devices/0x0159/smart_plug_16a.json +4 -0
- package/config/devices/0x0159/zmnhaa.json +2 -0
- package/config/devices/0x0159/zmnhad.json +6 -1
- package/config/devices/0x0159/zmnhba.json +2 -0
- package/config/devices/0x0159/zmnhbd.json +8 -1
- package/config/devices/0x0159/zmnhca.json +2 -0
- package/config/devices/0x0159/zmnhcd.json +7 -2
- package/config/devices/0x0159/zmnhda.json +4 -0
- package/config/devices/0x0159/zmnhdd.json +11 -2
- package/config/devices/0x0159/zmnhhd.json +6 -0
- package/config/devices/0x0159/zmnhia.json +2 -0
- package/config/devices/0x0159/zmnhkd.json +4 -1
- package/config/devices/0x0159/zmnhla.json +3 -0
- package/config/devices/0x0159/zmnhld.json +6 -1
- package/config/devices/0x0159/zmnhnd.json +4 -1
- package/config/devices/0x0159/zmnhod.json +7 -1
- package/config/devices/0x0159/zmnhqd.json +2 -0
- package/config/devices/0x0159/zmnhsd.json +9 -2
- package/config/devices/0x0159/zmnhtd.json +6 -3
- package/config/devices/0x0159/zmnhvd.json +8 -1
- package/config/devices/0x0159/zmnkad1.json +14 -9
- package/config/devices/0x0159/zmnkid.json +6 -0
- package/config/devices/0x015d/nzw39.json +2 -0
- package/config/devices/0x015d/zen20.json +2 -0
- package/config/devices/0x015d/zw97.json +2 -0
- package/config/devices/0x015f/a8-9.json +45 -27
- package/config/devices/0x015f/mh-c221.json +2 -0
- package/config/devices/0x015f/mh-ds221.json +1 -0
- package/config/devices/0x015f/mh-dt311_411.json +3 -0
- package/config/devices/0x015f/mh-p220.json +3 -0
- package/config/devices/0x015f/mh-p311.json +1 -0
- package/config/devices/0x015f/mh-s220_3.2.json +1 -0
- package/config/devices/0x015f/mh10-pm2_5-wa_wd.json +15 -18
- package/config/devices/0x015f/mh9-co2.json +2 -0
- package/config/devices/0x015f/templates/mcohome_template.json +14 -3
- package/config/devices/0x016a/ft100.json +12 -1
- package/config/devices/0x016a/ft112.json +1 -1
- package/config/devices/0x016a/ft130-k.json +1 -0
- package/config/devices/0x016a/ft130.json +1 -0
- package/config/devices/0x016a/ufa01.json +2 -0
- package/config/devices/0x0175/mt02646.json +1 -0
- package/config/devices/0x0175/mt02647.json +6 -0
- package/config/devices/0x0175/mt02648.json +8 -6
- package/config/devices/0x0175/mt02755.json +6 -1
- package/config/devices/0x0175/mt02792.json +1 -0
- package/config/devices/0x0175/mt2759.json +3 -0
- package/config/devices/0x0175/mt2760.json +5 -0
- package/config/devices/0x0175/mt2761.json +4 -0
- package/config/devices/0x0175/pan11.json +1 -0
- package/config/devices/0x0175/pst02-1b.json +6 -6
- package/config/devices/0x0176/tzwp-102.json +22 -12
- package/config/devices/0x0178/ZSENS930.json +9 -0
- package/config/devices/0x0178/th100nx.json +11 -0
- package/config/devices/0x0179/ch-201.json +1 -0
- package/config/devices/0x017f/wink_d_w_sensor.json +2 -16
- package/config/devices/0x017f/wink_motion_sensor.json +5 -16
- package/config/devices/0x0184/ws-100.json +1 -0
- package/config/devices/0x0189/117001.json +7 -0
- package/config/devices/0x018c/pm-b400zw-n.json +1 -0
- package/config/devices/0x018c/ssd-105.json +2 -0
- package/config/devices/0x018c/ssd-205.json +2 -0
- package/config/devices/0x018c/ssd-305.json +2 -0
- package/config/devices/0x0190/adc-s2000-t-ra.json +7 -0
- package/config/devices/0x0190/adc-t_2000.json +45 -33
- package/config/devices/0x0190/adc-t_3000.json +63 -45
- package/config/devices/0x019a/11_02_022.json +19 -34
- package/config/devices/0x019a/11_04_21_22_28.json +3 -0
- package/config/devices/0x019b/heatit_z-trm_2_0.0_2.255.json +1 -0
- package/config/devices/0x019b/heatit_zdim.json +2 -0
- package/config/devices/0x019b/leakage-stopper.json +1 -0
- package/config/devices/0x019b/tf016_tf021.json +1 -0
- package/config/devices/0x019b/z-dim2.json +5 -0
- package/config/devices/0x019b/z-han2.json +1 -0
- package/config/devices/0x019b/z-temp2.json +12 -6
- package/config/devices/0x019b/z-temp3.json +6 -3
- package/config/devices/0x019b/z-trm2fx_3.0_255.255.json +1 -0
- package/config/devices/0x019b/z-trm3.json +1 -0
- package/config/devices/0x019b/z-trm6.json +1 -0
- package/config/devices/0x019b/z-trm6_dc.json +2 -0
- package/config/devices/0x019b/z-water2.json +1 -0
- package/config/devices/0x019b/zm_dimmer.json +6 -0
- package/config/devices/0x019b/zm_thermostat_16.json +1 -0
- package/config/devices/0x0208/hkzw-so01.json +2 -0
- package/config/devices/0x0208/hkzw-so05.json +2 -0
- package/config/devices/0x0208/hkzw-so08.json +6 -0
- package/config/devices/0x0208/hkzw_ms01.json +1 -0
- package/config/devices/0x0208/hkzw_ms02.json +1 -0
- package/config/devices/0x0208/hkzw_so03.json +6 -0
- package/config/devices/0x0208/pid15654.json +2 -0
- package/config/devices/0x0208/za-216001.json +6 -0
- package/config/devices/0x021d/ddl240x_15hzw.json +1 -0
- package/config/devices/0x021d/ddl240x_1hzw.json +1 -0
- package/config/devices/0x021d/ml2.json +1 -0
- package/config/devices/0x021f/dmdp1.json +1 -0
- package/config/devices/0x021f/dmms1.json +5 -1
- package/config/devices/0x021f/dmof1.json +1 -0
- package/config/devices/0x022c/osr-01.json +1 -0
- package/config/devices/0x022c/osr-02.json +1 -0
- package/config/devices/0x022c/sa08.json +1 -0
- package/config/devices/0x0233/sse-304.json +2 -0
- package/config/devices/0x0234/templates/logic_group_template.json +3 -0
- package/config/devices/0x024f/fms01.json +6 -0
- package/config/devices/0x024f/fwc01.json +6 -0
- package/config/devices/0x0258/nas-pd02z-2.json +5 -0
- package/config/devices/0x0258/nas-pd07u1.json +9 -0
- package/config/devices/0x0258/nas-pd07z.json +8 -0
- package/config/devices/0x0258/nas-rp01z1.json +3 -0
- package/config/devices/0x0258/nas-wr01z.json +1 -0
- package/config/devices/0x0258/nas-wr01ze.json +1 -0
- package/config/devices/0x0258/nas-wr02zu.json +3 -0
- package/config/devices/0x0258/neo-ds07z.json +4 -0
- package/config/devices/0x0258/templates/shenzhen_neo_template.json +5 -0
- package/config/devices/0x025d/da_vinci_switch_default.json +657 -130
- package/config/devices/0x0267/10002020-13x.json +3 -0
- package/config/devices/0x0267/10002041-130.json +2 -0
- package/config/devices/0x0267/10003041-13x.json +2 -0
- package/config/devices/0x0270/bvs-zwu.json +2 -0
- package/config/devices/0x0271/templates/steinel_template.json +16 -9
- package/config/devices/0x0273/osli-01.json +1 -0
- package/config/devices/0x027a/templates/zooz_template.json +81 -20
- package/config/devices/0x027a/zac36.json +1 -0
- package/config/devices/0x027a/zac38.json +1 -0
- package/config/devices/0x027a/zen04.json +10 -0
- package/config/devices/0x027a/zen06.json +6 -0
- package/config/devices/0x027a/zen07.json +2 -0
- package/config/devices/0x027a/zen14.json +1 -0
- package/config/devices/0x027a/zen15.json +15 -3
- package/config/devices/0x027a/zen20.json +15 -6
- package/config/devices/0x027a/zen22.json +1 -0
- package/config/devices/0x027a/zen24.json +1 -0
- package/config/devices/0x027a/zen25.json +5 -0
- package/config/devices/0x027a/zen26.json +1 -0
- package/config/devices/0x027a/zen31.json +4 -0
- package/config/devices/0x027a/zen32.json +21 -13
- package/config/devices/0x027a/zen37.json +1 -0
- package/config/devices/0x027a/zen54.json +2 -0
- package/config/devices/0x027a/zen56.json +238 -0
- package/config/devices/0x027a/zen71.json +13 -0
- package/config/devices/0x027a/zen72.json +18 -0
- package/config/devices/0x027a/zen77.json +34 -0
- package/config/devices/0x027a/zen78.json +9 -0
- package/config/devices/0x027a/zse09.json +4 -0
- package/config/devices/0x027a/zse11.json +11 -0
- package/config/devices/0x027a/zse29.json +3 -0
- package/config/devices/0x027a/zse40.json +10 -0
- package/config/devices/0x027a/zse42.json +32 -1
- package/config/devices/0x027a/zse44.json +8 -0
- package/config/devices/0x027a/zse50.json +1 -0
- package/config/devices/0x027a/zse70_800lr.json +10 -0
- package/config/devices/0x028c/pwly-7828-a1.json +1 -0
- package/config/devices/0x0299/1a90.json +1 -0
- package/config/devices/0x0299/1a91.json +1 -0
- package/config/devices/0x0299/1a92.json +9 -4
- package/config/devices/0x0299/1a93.json +1 -0
- package/config/devices/0x0300/7aa-ss-ve-a0.json +2 -0
- package/config/devices/0x0300/7ba-kp-v-b-a0.json +1 -0
- package/config/devices/0x0300/7ca-ss-ve-a0.json +3 -0
- package/config/devices/0x0307/86_102.json +1 -0
- package/config/devices/0x030f/ds100.json +1 -0
- package/config/devices/0x030f/mt-100.json +4 -12
- package/config/devices/0x0312/mse30z.json +4 -0
- package/config/devices/0x0312/templates/minoston_template.json +10 -0
- package/config/devices/0x0312/zw30.json +2 -0
- package/config/devices/0x0312/zw31.json +4 -0
- package/config/devices/0x0313/e0400z-ef.json +69 -30
- package/config/devices/0x0315/wd-100.json +1 -0
- package/config/devices/0x0315/ws-100.json +1 -0
- package/config/devices/0x0315/zl-ld-100.json +1 -0
- package/config/devices/0x0315/zl-pd-100.json +1 -0
- package/config/devices/0x031e/lzw30-sn.json +3 -0
- package/config/devices/0x031e/lzw30.json +1 -0
- package/config/devices/0x031e/lzw31-bsd.json +3 -0
- package/config/devices/0x031e/lzw31-sn.json +7 -0
- package/config/devices/0x031e/lzw40.json +1 -0
- package/config/devices/0x031e/lzw41.json +1 -0
- package/config/devices/0x031e/lzw42.json +1 -0
- package/config/devices/0x031e/lzw45.json +3 -0
- package/config/devices/0x031e/lzw60.json +11 -0
- package/config/devices/0x031e/vzw31-sn.json +8 -4
- package/config/devices/0x031e/vzw32-sn.json +11 -4
- package/config/devices/0x0329/lizy0005.json +1 -2
- package/config/devices/0x032e/dat-101.json +1 -0
- package/config/devices/0x0330/homemech-200X.json +8 -0
- package/config/devices/0x0330/sr-zv9021a.json +14 -6
- package/config/devices/0x0330/sr-zv9032a-eu.json +27 -35
- package/config/devices/0x0330/sr-zv9080a-a.json +9 -3
- package/config/devices/0x0330/sr-zv9092a.json +21 -12
- package/config/devices/0x0330/ves-zw-dim-001.json +8 -0
- package/config/devices/0x0330/ves-zw-hld-016.json +3 -0
- package/config/devices/0x0330/ves-zw-mot-018.json +3 -0
- package/config/devices/0x0330/ves-zw-swi-014.json +3 -0
- package/config/devices/0x0330/zv-9101.json +1 -0
- package/config/devices/0x0330/zv2400tac-sl-a.json +10 -0
- package/config/devices/0x0330/zv2835rac-nf.json +8 -0
- package/config/devices/0x0344/he-ft01.json +1 -0
- package/config/devices/0x0344/he-hls01.json +6 -0
- package/config/devices/0x0344/he-ht01.json +1 -0
- package/config/devices/0x0344/he-rs01.json +1 -0
- package/config/devices/0x0344/he-tps01.json +1 -0
- package/config/devices/0x0344/he-tps02.json +1 -0
- package/config/devices/0x0344/he-tps03.json +1 -0
- package/config/devices/0x0344/he-tps04.json +1 -0
- package/config/devices/0x0344/he-tps05.json +1 -0
- package/config/devices/0x0344/templates/heltun_template.json +1 -0
- package/config/devices/0x0345/templates/swidget_template.json +13 -0
- package/config/devices/0x0346/4aw1sz-0en0.json +1 -0
- package/config/devices/0x0346/alarm_keypad_gen1.json +1 -0
- package/config/devices/0x0346/contact_sensor_gen1.json +1 -0
- package/config/devices/0x0346/glass_break_sensor.json +1 -0
- package/config/devices/0x0346/keypad_v2.json +2 -1
- package/config/devices/0x0346/motion_sensor_gen1.json +1 -0
- package/config/devices/0x0346/motion_sensor_gen2.json +1 -0
- package/config/devices/0x0346/range_extender_gen1.json +1 -0
- package/config/devices/0x0346/ring_outdoor_siren.json +1 -0
- package/config/devices/0x0346/ring_smoke_co_listener.json +3 -0
- package/config/devices/0x0357/upowerswitch_1.json +2 -0
- package/config/devices/0x0357/upowerswitch_2.json +2 -0
- package/config/devices/0x0357/upowerswitch_3.json +2 -0
- package/config/devices/0x0371/zw175.json +5 -7
- package/config/devices/0x0371/zw187.json +1 -1
- package/config/devices/0x0371/zwa002.json +1 -0
- package/config/devices/0x0371/zwa003.json +1 -1
- package/config/devices/0x0371/zwa004.json +1 -1
- package/config/devices/0x0371/zwa005.json +7 -1
- package/config/devices/0x0371/zwa009_0.0_1.255.json +16 -30
- package/config/devices/0x0371/zwa009_11.0_255.255.json +16 -30
- package/config/devices/0x0371/zwa019.json +2 -0
- package/config/devices/0x0371/zwa021.json +6 -3
- package/config/devices/0x0371/zwa022.json +1 -0
- package/config/devices/0x0371/zwa023.json +9 -6
- package/config/devices/0x0371/zwa024.json +18 -5
- package/config/devices/0x0371/zwa039.json +16 -27
- package/config/devices/0x0371/zwa042.json +2 -0
- package/config/devices/0x0371/zwa045.json +13 -10
- package/config/devices/0x0371/zwa050.json +1 -1
- package/config/devices/0x0384/ha-zw-5sab.json +11 -0
- package/config/devices/0x0384/ha-zw-5sf.json +1 -0
- package/config/devices/0x039a/INT-SMDWD-01.json +1 -0
- package/config/devices/0x039a/INT-SMMD-N1.json +4 -0
- package/config/devices/0x039a/nas-wr01z.json +1 -0
- package/config/devices/0x0403/shbw10000.json +11 -1
- package/config/devices/0x0403/shha10000.json +3 -0
- package/config/devices/0x041b/39446_zw3107.json +2 -0
- package/config/devices/0x041b/39458_zw3010.json +2 -0
- package/config/devices/0x0431/ecodim.json +1 -0
- package/config/devices/0x0433/q-light_puck.json +3 -0
- package/config/devices/0x0433/q-light_zerodim.json +3 -0
- package/config/devices/0x0433/q-light_zerodim_2pol.json +3 -0
- package/config/devices/0x0438/4512725.json +26 -15
- package/config/devices/0x0438/4512744.json +17 -12
- package/config/devices/0x0438/4512745.json +17 -12
- package/config/devices/0x0438/4512746.json +4 -0
- package/config/devices/0x0438/4512757.json +35 -158
- package/config/devices/0x0438/dimmer-200w.json +2 -0
- package/config/devices/0x0438/dimmer-400w.json +1 -0
- package/config/devices/0x0438/dimmer2-400w.json +8 -0
- package/config/devices/0x0438/sr-zv9032a-eu.json +27 -35
- package/config/devices/0x045a/WB04V.json +3 -0
- package/config/devices/0x045a/WM25C.json +3 -0
- package/config/devices/0x045a/WM25L.json +3 -0
- package/config/devices/0x045a/Z-CM-V01.json +3 -0
- package/config/devices/0x045a/Z-DWS-V01.json +1 -0
- package/config/devices/0x045a/Z-TRV-V01.json +5 -0
- package/config/devices/0x0460/qnsh-001P10.json +9 -6
- package/config/devices/0x0460/templates/wave_template.json +21 -6
- package/config/devices/0x046a/WB04V.json +3 -0
- package/config/devices/0x046a/WM25L.json +3 -0
- package/config/devices/0x4118/tsm02.json +6 -6
- package/config/devices/0x5254/zdm-80.json +2 -0
- package/config/devices/0x5254/zds-210na.json +2 -0
- package/config/devices/0x5254/zts-110.json +1 -0
- package/config/devices/0x5254/zxt-800.json +3 -0
- package/config/devices/templates/honeywell_template.json +2 -0
- package/config/devices/templates/master_template.json +38 -0
- package/package.json +10 -9
|
@@ -493,6 +493,7 @@
|
|
|
493
493
|
]
|
|
494
494
|
},
|
|
495
495
|
"current_threshold": {
|
|
496
|
+
"$purpose": "reporting_threshold.current",
|
|
496
497
|
"label": "Current Change Threshold",
|
|
497
498
|
"valueSize": 1,
|
|
498
499
|
"unit": "A",
|
|
@@ -508,6 +509,7 @@
|
|
|
508
509
|
]
|
|
509
510
|
},
|
|
510
511
|
"kwh_threshold": {
|
|
512
|
+
"$purpose": "reporting_threshold.energy",
|
|
511
513
|
"label": "Power (kWh) Change Threshold",
|
|
512
514
|
"valueSize": 2,
|
|
513
515
|
"unit": "KwH",
|
|
@@ -523,6 +525,7 @@
|
|
|
523
525
|
]
|
|
524
526
|
},
|
|
525
527
|
"power_threshold": {
|
|
528
|
+
"$purpose": "reporting_threshold.power",
|
|
526
529
|
"label": "Power Change Threshold",
|
|
527
530
|
"description": "Threshold change in power consumption to induce an automatic report",
|
|
528
531
|
"valueSize": 2,
|
|
@@ -587,6 +590,7 @@
|
|
|
587
590
|
"label": "Power Change Threshold (Whole HEM Export)"
|
|
588
591
|
},
|
|
589
592
|
"percent_threshold": {
|
|
593
|
+
"$purpose": "reporting_threshold.power",
|
|
590
594
|
"label": "Power Percentage Change Threshold",
|
|
591
595
|
"description": "Threshold change in power consumption (on a percentage basis) to induce an automatic report",
|
|
592
596
|
"valueSize": 1,
|
|
@@ -807,8 +811,8 @@
|
|
|
807
811
|
]
|
|
808
812
|
},
|
|
809
813
|
"auto_off_timer": {
|
|
814
|
+
"$purpose": "timer.auto_off",
|
|
810
815
|
"label": "Auto Off Timer",
|
|
811
|
-
"description": "Allowable range: 1-86400",
|
|
812
816
|
"valueSize": 4,
|
|
813
817
|
"unit": "seconds",
|
|
814
818
|
"minValue": 0,
|
|
@@ -824,6 +828,7 @@
|
|
|
824
828
|
},
|
|
825
829
|
"auto_off_timer_65535": {
|
|
826
830
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
831
|
+
"$purpose": "timer.auto_off",
|
|
827
832
|
"label": "Auto Off Timer",
|
|
828
833
|
"unit": "seconds",
|
|
829
834
|
"options": [
|
|
@@ -834,8 +839,8 @@
|
|
|
834
839
|
]
|
|
835
840
|
},
|
|
836
841
|
"auto_on_timer": {
|
|
842
|
+
"$purpose": "timer.auto_on",
|
|
837
843
|
"label": "Auto On Timer",
|
|
838
|
-
"description": "Allowable range: 1-86400",
|
|
839
844
|
"valueSize": 4,
|
|
840
845
|
"unit": "seconds",
|
|
841
846
|
"minValue": 0,
|
|
@@ -851,6 +856,7 @@
|
|
|
851
856
|
},
|
|
852
857
|
"auto_on_timer_65535": {
|
|
853
858
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
859
|
+
"$purpose": "timer.auto_on",
|
|
854
860
|
"label": "Auto On Timer",
|
|
855
861
|
"unit": "seconds",
|
|
856
862
|
"options": [
|
|
@@ -868,7 +874,8 @@
|
|
|
868
874
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
869
875
|
"label": "Low Battery Voltage Check"
|
|
870
876
|
},
|
|
871
|
-
"
|
|
877
|
+
"reporting_threshold.low_battery": {
|
|
878
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
872
879
|
"label": "Low Battery Threshold",
|
|
873
880
|
"valueSize": 1,
|
|
874
881
|
"unit": "%",
|
|
@@ -907,9 +914,11 @@
|
|
|
907
914
|
},
|
|
908
915
|
"current_overload": {
|
|
909
916
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
917
|
+
"$purpose": "overload_protection",
|
|
910
918
|
"label": "Current Overload Protection"
|
|
911
919
|
},
|
|
912
920
|
"current_overload_threshold": {
|
|
921
|
+
"$purpose": "overload_protection.threshold",
|
|
913
922
|
"label": "Current Overload Protection Threshold",
|
|
914
923
|
"valueSize": 2,
|
|
915
924
|
"unit": "W",
|
|
@@ -933,6 +942,7 @@
|
|
|
933
942
|
},
|
|
934
943
|
"auto_report_interval_watt": {
|
|
935
944
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
945
|
+
"$purpose": "reporting_interval.power",
|
|
936
946
|
"label": "Automatic Reporting Interval: Power Consumption",
|
|
937
947
|
"unit": "seconds",
|
|
938
948
|
"defaultValue": 600,
|
|
@@ -945,6 +955,7 @@
|
|
|
945
955
|
},
|
|
946
956
|
"auto_report_interval_kwh": {
|
|
947
957
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
958
|
+
"$purpose": "reporting_interval.energy",
|
|
948
959
|
"label": "Automatic Reporting Interval: kWh",
|
|
949
960
|
"unit": "seconds",
|
|
950
961
|
"defaultValue": 600,
|
|
@@ -957,6 +968,7 @@
|
|
|
957
968
|
},
|
|
958
969
|
"auto_report_interval_v": {
|
|
959
970
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
971
|
+
"$purpose": "reporting_interval.voltage",
|
|
960
972
|
"label": "Automatic Reporting Interval: Voltage",
|
|
961
973
|
"unit": "seconds",
|
|
962
974
|
"defaultValue": 600,
|
|
@@ -969,6 +981,7 @@
|
|
|
969
981
|
},
|
|
970
982
|
"auto_report_interval_amp": {
|
|
971
983
|
"$import": "~/templates/master_template.json#base_0-65535",
|
|
984
|
+
"$purpose": "reporting_interval.current",
|
|
972
985
|
"label": "Automatic Reporting Interval: Current",
|
|
973
986
|
"unit": "seconds",
|
|
974
987
|
"defaultValue": 600,
|
|
@@ -980,6 +993,7 @@
|
|
|
980
993
|
]
|
|
981
994
|
},
|
|
982
995
|
"auto_report_interval_light": {
|
|
996
|
+
"$purpose": "reporting_interval.brightness",
|
|
983
997
|
"label": "Automatic Reporting Interval: Light Sensor",
|
|
984
998
|
"valueSize": 2,
|
|
985
999
|
"unit": "seconds",
|
|
@@ -3138,6 +3152,7 @@
|
|
|
3138
3152
|
"unsigned": true
|
|
3139
3153
|
},
|
|
3140
3154
|
"motion_timeout": {
|
|
3155
|
+
"$purpose": "motion_clear_delay",
|
|
3141
3156
|
"label": "Motion Sensor Timeout",
|
|
3142
3157
|
"valueSize": 2,
|
|
3143
3158
|
"unit": "seconds",
|
|
@@ -4389,11 +4404,12 @@
|
|
|
4389
4404
|
"valueSize": 4
|
|
4390
4405
|
},
|
|
4391
4406
|
"button_color_brightness": {
|
|
4392
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4393
4407
|
"label": "WallSwipe Button Brightness",
|
|
4394
|
-
"description": "Allowable range: 0-99",
|
|
4395
4408
|
"valueSize": 4,
|
|
4396
|
-
"
|
|
4409
|
+
"minValue": 0,
|
|
4410
|
+
"maxValue": 99,
|
|
4411
|
+
"defaultValue": 87,
|
|
4412
|
+
"unsigned": true
|
|
4397
4413
|
},
|
|
4398
4414
|
"button_color_red": {
|
|
4399
4415
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -4414,11 +4430,12 @@
|
|
|
4414
4430
|
"defaultValue": 255
|
|
4415
4431
|
},
|
|
4416
4432
|
"button_color_up_brightness": {
|
|
4417
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4418
4433
|
"label": "LED Indicator on Up Gesture: Brightness",
|
|
4419
|
-
"description": "Allowable range: 1-99",
|
|
4420
4434
|
"valueSize": 4,
|
|
4421
|
-
"
|
|
4435
|
+
"minValue": 1,
|
|
4436
|
+
"maxValue": 99,
|
|
4437
|
+
"defaultValue": 23,
|
|
4438
|
+
"unsigned": true
|
|
4422
4439
|
},
|
|
4423
4440
|
"button_color_up_red": {
|
|
4424
4441
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -4439,11 +4456,12 @@
|
|
|
4439
4456
|
"defaultValue": 255
|
|
4440
4457
|
},
|
|
4441
4458
|
"button_color_down_brightness": {
|
|
4442
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4443
4459
|
"label": "LED Indicator on Down Gesture: Brightness",
|
|
4444
|
-
"description": "Allowable range: 0-99",
|
|
4445
4460
|
"valueSize": 4,
|
|
4446
|
-
"
|
|
4461
|
+
"minValue": 0,
|
|
4462
|
+
"maxValue": 99,
|
|
4463
|
+
"defaultValue": 23,
|
|
4464
|
+
"unsigned": true
|
|
4447
4465
|
},
|
|
4448
4466
|
"button_color_down_red": {
|
|
4449
4467
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -4464,11 +4482,12 @@
|
|
|
4464
4482
|
"defaultValue": 255
|
|
4465
4483
|
},
|
|
4466
4484
|
"button_color_left_brightness": {
|
|
4467
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4468
4485
|
"label": "LED Indicator on Left Gesture: Brightness",
|
|
4469
|
-
"description": "Allowable range: 0-99",
|
|
4470
4486
|
"valueSize": 4,
|
|
4471
|
-
"
|
|
4487
|
+
"minValue": 0,
|
|
4488
|
+
"maxValue": 99,
|
|
4489
|
+
"defaultValue": 23,
|
|
4490
|
+
"unsigned": true
|
|
4472
4491
|
},
|
|
4473
4492
|
"button_color_left_red": {
|
|
4474
4493
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -4489,11 +4508,12 @@
|
|
|
4489
4508
|
"defaultValue": 255
|
|
4490
4509
|
},
|
|
4491
4510
|
"button_color_right_brightness": {
|
|
4492
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4493
4511
|
"label": "LED Indicator on Right Gesture: Brightness",
|
|
4494
|
-
"description": "Allowable range: 0-99",
|
|
4495
4512
|
"valueSize": 4,
|
|
4496
|
-
"
|
|
4513
|
+
"minValue": 0,
|
|
4514
|
+
"maxValue": 99,
|
|
4515
|
+
"defaultValue": 23,
|
|
4516
|
+
"unsigned": true
|
|
4497
4517
|
},
|
|
4498
4518
|
"button_color_right_red": {
|
|
4499
4519
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -4514,11 +4534,12 @@
|
|
|
4514
4534
|
"defaultValue": 255
|
|
4515
4535
|
},
|
|
4516
4536
|
"button_color_night_brightness": {
|
|
4517
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
4518
4537
|
"label": "LED Indicator (Night): Brightness",
|
|
4519
|
-
"description": "Allowable range: 0-99",
|
|
4520
4538
|
"valueSize": 4,
|
|
4521
|
-
"
|
|
4539
|
+
"minValue": 0,
|
|
4540
|
+
"maxValue": 99,
|
|
4541
|
+
"defaultValue": 23,
|
|
4542
|
+
"unsigned": true
|
|
4522
4543
|
},
|
|
4523
4544
|
"button_color_night_red": {
|
|
4524
4545
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
@@ -231,9 +231,14 @@
|
|
|
231
231
|
},
|
|
232
232
|
{
|
|
233
233
|
"#": "43",
|
|
234
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
235
234
|
"label": "Demo Sound Selection",
|
|
236
|
-
"
|
|
235
|
+
"valueSize": 1,
|
|
236
|
+
"allowed": [
|
|
237
|
+
{ "range": [0, 100] },
|
|
238
|
+
{ "value": 255 }
|
|
239
|
+
],
|
|
240
|
+
"defaultValue": 1,
|
|
241
|
+
"unsigned": true,
|
|
237
242
|
"options": [
|
|
238
243
|
{
|
|
239
244
|
"label": "Stop playing",
|
|
@@ -54,9 +54,11 @@
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"#": "41",
|
|
57
|
+
"$purpose": "reporting_threshold.temperature",
|
|
57
58
|
"label": "Temperature Change to Induce Automatic Report",
|
|
58
59
|
"description": "Formula: (256 * integer + fraction). Ex: 5.0% threshold = (256 * 5) + 0 = 1280",
|
|
59
60
|
"valueSize": 2,
|
|
61
|
+
"unit": "1/256 %",
|
|
60
62
|
"minValue": 0,
|
|
61
63
|
"maxValue": 65535,
|
|
62
64
|
"defaultValue": 256,
|
|
@@ -64,9 +66,11 @@
|
|
|
64
66
|
},
|
|
65
67
|
{
|
|
66
68
|
"#": "42",
|
|
69
|
+
"$purpose": "reporting_threshold.humidity",
|
|
67
70
|
"label": "Humidity Change to Induce Automatic Report",
|
|
68
71
|
"description": "Formula: (256 * integer + fraction). Ex: 5.0% threshold = (256 * 5) + 0 = 1280",
|
|
69
72
|
"valueSize": 2,
|
|
73
|
+
"unit": "1/256 %",
|
|
70
74
|
"minValue": 0,
|
|
71
75
|
"maxValue": 65535,
|
|
72
76
|
"defaultValue": 1280,
|
|
@@ -74,18 +78,22 @@
|
|
|
74
78
|
},
|
|
75
79
|
{
|
|
76
80
|
"#": "43",
|
|
81
|
+
"$purpose": "reporting_threshold.brightness",
|
|
77
82
|
"label": "Luminance Change to Induce Automatic Report",
|
|
78
83
|
"description": "Formula: (256 * value). Ex: 100 lux threshold = (256 * 100) = 25600",
|
|
79
84
|
"valueSize": 2,
|
|
85
|
+
"unit": "1/256 lux",
|
|
80
86
|
"minValue": 0,
|
|
81
87
|
"maxValue": 1000,
|
|
82
88
|
"defaultValue": 100
|
|
83
89
|
},
|
|
84
90
|
{
|
|
85
91
|
"#": "44",
|
|
92
|
+
"$purpose": "reporting_threshold.battery",
|
|
86
93
|
"label": "Battery Change to Induce Automatic Report",
|
|
87
94
|
"description": "Formula: (256 * integer + fraction). Ex: 5.0% threshold = (256 * 5) + 0 = 1280",
|
|
88
95
|
"valueSize": 2,
|
|
96
|
+
"unit": "1/256 %",
|
|
89
97
|
"minValue": 0,
|
|
90
98
|
"maxValue": 65535,
|
|
91
99
|
"defaultValue": 1280,
|
|
@@ -173,7 +173,6 @@
|
|
|
173
173
|
{
|
|
174
174
|
"#": "37[0x1f]",
|
|
175
175
|
"label": "Color Change Speed Level",
|
|
176
|
-
"description": "Allowable range: 1-30",
|
|
177
176
|
"valueSize": 4,
|
|
178
177
|
"minValue": 0,
|
|
179
178
|
"maxValue": 31,
|
|
@@ -192,10 +191,10 @@
|
|
|
192
191
|
},
|
|
193
192
|
{
|
|
194
193
|
"#": "37[0xff00]",
|
|
195
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
196
194
|
"label": "Cycle Count",
|
|
197
|
-
"description": "Allowable range: 1-254",
|
|
198
195
|
"valueSize": 4,
|
|
196
|
+
"minValue": 0,
|
|
197
|
+
"maxValue": 255,
|
|
199
198
|
"defaultValue": 0,
|
|
200
199
|
"unsigned": true,
|
|
201
200
|
"options": [
|
|
@@ -211,10 +210,13 @@
|
|
|
211
210
|
},
|
|
212
211
|
{
|
|
213
212
|
"#": "37[0xff0000]",
|
|
214
|
-
"$import": "~/templates/master_template.json#base_1-255_nounit",
|
|
215
213
|
"label": "Brightness",
|
|
216
|
-
"description": "Allowable range: 1-99",
|
|
217
214
|
"valueSize": 4,
|
|
215
|
+
"allowed": [
|
|
216
|
+
{ "range": [1, 99] },
|
|
217
|
+
{ "value": 255 }
|
|
218
|
+
],
|
|
219
|
+
"defaultValue": 1,
|
|
218
220
|
"unsigned": true,
|
|
219
221
|
"options": [
|
|
220
222
|
{
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"#": "3",
|
|
59
|
+
"$purpose": "motion_clear_delay",
|
|
59
60
|
"label": "PIR Sensor Timeout",
|
|
60
61
|
"valueSize": 2,
|
|
61
62
|
"minValue": 10,
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
},
|
|
65
66
|
{
|
|
66
67
|
"#": "4",
|
|
68
|
+
"$purpose": "motion_sensitivity",
|
|
67
69
|
"label": "PIR Sensitivity",
|
|
68
70
|
"valueSize": 1,
|
|
69
71
|
"minValue": 0,
|
|
@@ -89,7 +91,7 @@
|
|
|
89
91
|
},
|
|
90
92
|
{
|
|
91
93
|
"#": "39",
|
|
92
|
-
"$import": "templates/aeotec_template.json#
|
|
94
|
+
"$import": "templates/aeotec_template.json#reporting_threshold.low_battery",
|
|
93
95
|
"defaultValue": 20
|
|
94
96
|
},
|
|
95
97
|
{
|
|
@@ -99,6 +101,7 @@
|
|
|
99
101
|
{
|
|
100
102
|
"#": "41[0xffff]",
|
|
101
103
|
"$if": "firmwareVersion <= 1.6",
|
|
104
|
+
"$purpose": "reporting_threshold.temperature",
|
|
102
105
|
"label": "Temperature Change Threshold",
|
|
103
106
|
"valueSize": 2,
|
|
104
107
|
"minValue": 10,
|
|
@@ -115,6 +118,7 @@
|
|
|
115
118
|
{
|
|
116
119
|
"#": "41[0xffff00]",
|
|
117
120
|
"$if": "firmwareVersion > 1.6 && firmwareVersion <= 1.9",
|
|
121
|
+
"$purpose": "reporting_threshold.temperature",
|
|
118
122
|
"label": "Temperature Change Threshold",
|
|
119
123
|
"valueSize": 3,
|
|
120
124
|
"unit": "0.1 °C/°F",
|
|
@@ -132,6 +136,7 @@
|
|
|
132
136
|
{
|
|
133
137
|
"#": "41[0xffff0000]",
|
|
134
138
|
"$if": "firmwareVersion >= 1.10",
|
|
139
|
+
"$purpose": "reporting_threshold.temperature",
|
|
135
140
|
"label": "Temperature Change Threshold",
|
|
136
141
|
"valueSize": 4,
|
|
137
142
|
"unit": "0.1 °C/°F",
|
|
@@ -142,12 +147,14 @@
|
|
|
142
147
|
{
|
|
143
148
|
"#": "42",
|
|
144
149
|
"$import": "~/templates/master_template.json#base_1-100_nounit",
|
|
150
|
+
"$purpose": "reporting_threshold.humidity",
|
|
145
151
|
"label": "Humidity Change Threshold",
|
|
146
152
|
"unit": "%",
|
|
147
153
|
"defaultValue": 10
|
|
148
154
|
},
|
|
149
155
|
{
|
|
150
156
|
"#": "43",
|
|
157
|
+
"$purpose": "reporting_threshold.brightness",
|
|
151
158
|
"label": "Luminance Change Threshold",
|
|
152
159
|
"valueSize": 2,
|
|
153
160
|
"unit": "lux",
|
|
@@ -158,6 +165,7 @@
|
|
|
158
165
|
{
|
|
159
166
|
"#": "44",
|
|
160
167
|
"$import": "~/templates/master_template.json#base_1-100_nounit",
|
|
168
|
+
"$purpose": "reporting_threshold.battery",
|
|
161
169
|
"label": "Battery Level Threshold",
|
|
162
170
|
"unit": "%",
|
|
163
171
|
"defaultValue": 10
|
|
@@ -520,6 +528,7 @@
|
|
|
520
528
|
{
|
|
521
529
|
"#": "201[0xff00]",
|
|
522
530
|
"$if": "firmwareVersion >= 1.6",
|
|
531
|
+
"$purpose": "calibration.temperature",
|
|
523
532
|
"label": "Temperature Calibration Offset",
|
|
524
533
|
"valueSize": 2,
|
|
525
534
|
"unit": "0.1 °C/°F",
|
|
@@ -530,6 +539,7 @@
|
|
|
530
539
|
{
|
|
531
540
|
"#": "202",
|
|
532
541
|
"$if": "firmwareVersion >= 1.6",
|
|
542
|
+
"$purpose": "calibration.humidity",
|
|
533
543
|
"label": "Humidity Sensor Calibration",
|
|
534
544
|
"valueSize": 1,
|
|
535
545
|
"unit": "% rH",
|
|
@@ -540,6 +550,7 @@
|
|
|
540
550
|
{
|
|
541
551
|
"#": "203",
|
|
542
552
|
"$if": "firmwareVersion >= 1.6",
|
|
553
|
+
"$purpose": "calibration.brightness",
|
|
543
554
|
"label": "Luminance Sensor Calibration",
|
|
544
555
|
"valueSize": 2,
|
|
545
556
|
"unit": "lux",
|
|
@@ -141,7 +141,6 @@
|
|
|
141
141
|
{
|
|
142
142
|
"#": "37[0x1f]",
|
|
143
143
|
"label": "Color Change Speed Level",
|
|
144
|
-
"description": "Allowable range: 1-30",
|
|
145
144
|
"valueSize": 4,
|
|
146
145
|
"minValue": 0,
|
|
147
146
|
"maxValue": 31,
|
|
@@ -160,10 +159,10 @@
|
|
|
160
159
|
},
|
|
161
160
|
{
|
|
162
161
|
"#": "37[0xff00]",
|
|
163
|
-
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
164
162
|
"label": "Cycle Count",
|
|
165
|
-
"description": "Allowable range: 1-254",
|
|
166
163
|
"valueSize": 4,
|
|
164
|
+
"minValue": 0,
|
|
165
|
+
"maxValue": 255,
|
|
167
166
|
"defaultValue": 0,
|
|
168
167
|
"unsigned": true,
|
|
169
168
|
"options": [
|
|
@@ -179,10 +178,13 @@
|
|
|
179
178
|
},
|
|
180
179
|
{
|
|
181
180
|
"#": "37[0xff0000]",
|
|
182
|
-
"$import": "~/templates/master_template.json#base_1-255_nounit",
|
|
183
181
|
"label": "Brightness",
|
|
184
|
-
"description": "Allowable range: 1-99",
|
|
185
182
|
"valueSize": 4,
|
|
183
|
+
"allowed": [
|
|
184
|
+
{ "range": [1, 99] },
|
|
185
|
+
{ "value": 255 }
|
|
186
|
+
],
|
|
187
|
+
"defaultValue": 1,
|
|
186
188
|
"unsigned": true,
|
|
187
189
|
"options": [
|
|
188
190
|
{
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"#": "39",
|
|
111
|
-
"$import": "templates/aeotec_template.json#
|
|
111
|
+
"$import": "templates/aeotec_template.json#reporting_threshold.low_battery",
|
|
112
112
|
"defaultValue": 20
|
|
113
113
|
},
|
|
114
114
|
{
|
|
@@ -368,6 +368,7 @@
|
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"#": "201[0xff00]",
|
|
371
|
+
"$purpose": "calibration.temperature",
|
|
371
372
|
"label": "Temperature Calibration",
|
|
372
373
|
"valueSize": 2,
|
|
373
374
|
"minValue": -128,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
{
|
|
99
99
|
"#": "39",
|
|
100
100
|
"$if": "firmwareVersion >= 2.0",
|
|
101
|
-
"$import": "templates/aeotec_template.json#
|
|
101
|
+
"$import": "templates/aeotec_template.json#reporting_threshold.low_battery",
|
|
102
102
|
"minValue": 5,
|
|
103
103
|
"defaultValue": 20
|
|
104
104
|
},
|
|
@@ -54,6 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"#": "4",
|
|
57
|
+
"$purpose": "motion_sensitivity",
|
|
57
58
|
"label": "Sensitivity",
|
|
58
59
|
"description": "the sensitivity of the motion circuit",
|
|
59
60
|
"valueSize": 1,
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
},
|
|
86
87
|
{
|
|
87
88
|
"#": "6",
|
|
89
|
+
"$purpose": "calibration.temperature",
|
|
88
90
|
"label": "Temperature Offset",
|
|
89
91
|
"valueSize": 2,
|
|
90
92
|
"minValue": 0,
|
|
@@ -360,6 +360,7 @@
|
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"#": "125",
|
|
363
|
+
"$purpose": "dimming_duration",
|
|
363
364
|
"label": "Set the Default Dimming Rate",
|
|
364
365
|
"description": "The value range is 1 to 255 seconds",
|
|
365
366
|
"valueSize": 1,
|
|
@@ -434,6 +435,7 @@
|
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
437
|
"#": "131",
|
|
438
|
+
"$purpose": "minimum_brightness",
|
|
437
439
|
"label": "Set the Minimum Brightness",
|
|
438
440
|
"description": "Set the min brightness level that the load can reach to",
|
|
439
441
|
"valueSize": 1,
|
|
@@ -443,6 +445,7 @@
|
|
|
443
445
|
},
|
|
444
446
|
{
|
|
445
447
|
"#": "132",
|
|
448
|
+
"$purpose": "maximum_brightness",
|
|
446
449
|
"label": "Set the Maximum Brightness Level",
|
|
447
450
|
"description": "Set the max brightness level that the load can reach to",
|
|
448
451
|
"valueSize": 1,
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"#": "4",
|
|
55
|
+
"$purpose": "motion_sensitivity",
|
|
55
56
|
"label": "Sensitivity",
|
|
56
57
|
"description": "The sensitivity of the motion circuit",
|
|
57
58
|
"valueSize": 1,
|
|
@@ -70,6 +71,7 @@
|
|
|
70
71
|
},
|
|
71
72
|
{
|
|
72
73
|
"#": "6",
|
|
74
|
+
"$purpose": "calibration.temperature",
|
|
73
75
|
"label": "Temperature Offset",
|
|
74
76
|
"description": "An offset for the temperature.",
|
|
75
77
|
"valueSize": 2,
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"paramInformation": [
|
|
51
51
|
{
|
|
52
52
|
"#": "1",
|
|
53
|
+
"$purpose": "reporting_threshold.temperature",
|
|
53
54
|
"label": "Temperature Reporting Threshold",
|
|
54
55
|
"valueSize": 1,
|
|
55
56
|
"defaultValue": 2,
|
|
@@ -167,6 +168,7 @@
|
|
|
167
168
|
},
|
|
168
169
|
{
|
|
169
170
|
"#": "5",
|
|
171
|
+
"$purpose": "reporting_threshold.humidity",
|
|
170
172
|
"label": "Humidity Reporting Threshold",
|
|
171
173
|
"valueSize": 1,
|
|
172
174
|
"defaultValue": 2,
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"paramInformation": [
|
|
41
41
|
{
|
|
42
42
|
"#": "1",
|
|
43
|
+
"$purpose": "reporting_threshold.temperature",
|
|
43
44
|
"label": "Temperature Reporting Threshold",
|
|
44
45
|
"valueSize": 1,
|
|
45
46
|
"defaultValue": 2,
|
|
@@ -157,6 +158,7 @@
|
|
|
157
158
|
},
|
|
158
159
|
{
|
|
159
160
|
"#": "5",
|
|
161
|
+
"$purpose": "reporting_threshold.humidity",
|
|
160
162
|
"label": "Humidity Reporting Threshold",
|
|
161
163
|
"valueSize": 1,
|
|
162
164
|
"defaultValue": 2,
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"#": "5",
|
|
92
|
+
"$purpose": "reporting_threshold.humidity",
|
|
92
93
|
"label": "Humidity Reporting Threshold",
|
|
93
94
|
"description": "This value determines the reporting threshold",
|
|
94
95
|
"valueSize": 1,
|
|
@@ -245,6 +246,7 @@
|
|
|
245
246
|
},
|
|
246
247
|
{
|
|
247
248
|
"#": "17",
|
|
249
|
+
"$purpose": "calibration.temperature",
|
|
248
250
|
"label": "Temperature Calibration",
|
|
249
251
|
"valueSize": 1,
|
|
250
252
|
"minValue": -6,
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
+
"$purpose": "reporting_threshold.temperature",
|
|
19
20
|
"label": "Temperature Reporting Threshold (8-Bit)",
|
|
20
21
|
"description": "This value determines the reporting threshold",
|
|
21
22
|
"valueSize": 1,
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
},
|
|
89
90
|
{
|
|
90
91
|
"#": "5",
|
|
92
|
+
"$purpose": "reporting_threshold.humidity",
|
|
91
93
|
"label": "Humidity Reporting Threshold",
|
|
92
94
|
"description": "This value determines the reporting threshold",
|
|
93
95
|
"valueSize": 1,
|
|
@@ -244,6 +246,7 @@
|
|
|
244
246
|
},
|
|
245
247
|
{
|
|
246
248
|
"#": "17",
|
|
249
|
+
"$purpose": "calibration.temperature",
|
|
247
250
|
"label": "Temperature Calibration",
|
|
248
251
|
"valueSize": 1,
|
|
249
252
|
"minValue": -6,
|