@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
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"#": "5",
|
|
49
|
+
"$purpose": "minimum_brightness",
|
|
49
50
|
"label": "Minimum Brightness Value",
|
|
50
51
|
"valueSize": 1,
|
|
51
52
|
"minValue": 0,
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
},
|
|
55
56
|
{
|
|
56
57
|
"#": "6",
|
|
58
|
+
"$purpose": "maximum_brightness",
|
|
57
59
|
"label": "Maximum Brightness Value",
|
|
58
60
|
"valueSize": 1,
|
|
59
61
|
"minValue": 0,
|
|
@@ -186,6 +188,7 @@
|
|
|
186
188
|
},
|
|
187
189
|
{
|
|
188
190
|
"#": "14",
|
|
191
|
+
"$purpose": "reporting_threshold.power",
|
|
189
192
|
"label": "Power Automatic Report Absolute Threshold",
|
|
190
193
|
"description": "When power changes above the absolute threshold, immediately report current power value",
|
|
191
194
|
"valueSize": 2,
|
|
@@ -202,6 +205,7 @@
|
|
|
202
205
|
},
|
|
203
206
|
{
|
|
204
207
|
"#": "15",
|
|
208
|
+
"$purpose": "reporting_threshold.power",
|
|
205
209
|
"label": "Power Automatic Report Percentage Threshold",
|
|
206
210
|
"description": "When power changes above the percentage threshold, immediately report current power value",
|
|
207
211
|
"valueSize": 1,
|
|
@@ -218,6 +222,7 @@
|
|
|
218
222
|
},
|
|
219
223
|
{
|
|
220
224
|
"#": "21",
|
|
225
|
+
"$purpose": "reporting_interval.power",
|
|
221
226
|
"label": "Power Metering Automatic Report Time Cycle",
|
|
222
227
|
"valueSize": 4,
|
|
223
228
|
"unit": "seconds",
|
|
@@ -233,6 +238,7 @@
|
|
|
233
238
|
},
|
|
234
239
|
{
|
|
235
240
|
"#": "22",
|
|
241
|
+
"$purpose": "reporting_interval.energy",
|
|
236
242
|
"label": "Energy Metering Automatic Report Time Cycle",
|
|
237
243
|
"valueSize": 4,
|
|
238
244
|
"unit": "seconds",
|
|
@@ -248,6 +254,7 @@
|
|
|
248
254
|
},
|
|
249
255
|
{
|
|
250
256
|
"#": "23",
|
|
257
|
+
"$purpose": "reporting_interval.voltage",
|
|
251
258
|
"label": "Voltage Metering Automatic Report Time Cycle",
|
|
252
259
|
"valueSize": 4,
|
|
253
260
|
"unit": "seconds",
|
|
@@ -263,6 +270,7 @@
|
|
|
263
270
|
},
|
|
264
271
|
{
|
|
265
272
|
"#": "24",
|
|
273
|
+
"$purpose": "reporting_interval.current",
|
|
266
274
|
"label": "Current Metering Automatic Report Time Cycle",
|
|
267
275
|
"valueSize": 4,
|
|
268
276
|
"unit": "seconds",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"paramInformation": [
|
|
29
29
|
{
|
|
30
30
|
"#": "2",
|
|
31
|
+
"$purpose": "reporting_threshold.battery",
|
|
31
32
|
"label": "Battery Change Report Threshold",
|
|
32
33
|
"valueSize": 1,
|
|
33
34
|
"unit": "%",
|
|
@@ -37,11 +38,14 @@
|
|
|
37
38
|
},
|
|
38
39
|
{
|
|
39
40
|
"#": "3",
|
|
41
|
+
"$purpose": "motion_sensitivity.inverted",
|
|
40
42
|
"label": "Motion Sensitivity",
|
|
41
|
-
"description": "
|
|
43
|
+
"description": "8 = high; 255 = low",
|
|
42
44
|
"valueSize": 2,
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
+
"allowed": [
|
|
46
|
+
{ "value": 0 },
|
|
47
|
+
{ "range": [8, 255] }
|
|
48
|
+
],
|
|
45
49
|
"defaultValue": 15,
|
|
46
50
|
"options": [
|
|
47
51
|
{
|
|
@@ -52,6 +56,7 @@
|
|
|
52
56
|
},
|
|
53
57
|
{
|
|
54
58
|
"#": "4",
|
|
59
|
+
"$purpose": "motion_retrigger_interval",
|
|
55
60
|
"label": "Motion Blind Time",
|
|
56
61
|
"description": "The amount of time the sensor will not report motion after it has reported motion.",
|
|
57
62
|
"valueSize": 1,
|
|
@@ -178,6 +183,7 @@
|
|
|
178
183
|
},
|
|
179
184
|
{
|
|
180
185
|
"#": "7",
|
|
186
|
+
"$purpose": "motion_clear_delay",
|
|
181
187
|
"label": "Motion Clear Time",
|
|
182
188
|
"valueSize": 2,
|
|
183
189
|
"unit": "seconds",
|
|
@@ -208,39 +214,17 @@
|
|
|
208
214
|
},
|
|
209
215
|
{
|
|
210
216
|
"#": "9",
|
|
217
|
+
"$import": "~/templates/master_template.json#basic_set_value",
|
|
211
218
|
"label": "Association Group: Value of Basic Set (Motion)",
|
|
212
|
-
"description": "Allowable range: 0-99, 255",
|
|
213
219
|
"valueSize": 2,
|
|
214
|
-
"defaultValue": 255
|
|
215
|
-
"allowManualEntry": false,
|
|
216
|
-
"options": [
|
|
217
|
-
{
|
|
218
|
-
"label": "Off",
|
|
219
|
-
"value": 0
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"label": "On / Last non-zero value",
|
|
223
|
-
"value": 255
|
|
224
|
-
}
|
|
225
|
-
]
|
|
220
|
+
"defaultValue": 255
|
|
226
221
|
},
|
|
227
222
|
{
|
|
228
223
|
"#": "10",
|
|
224
|
+
"$import": "~/templates/master_template.json#basic_set_value",
|
|
229
225
|
"label": "Association Group: Value of Basic Set (No Motion)",
|
|
230
|
-
"description": "Allowable range: 0-99, 255",
|
|
231
226
|
"valueSize": 2,
|
|
232
|
-
"defaultValue": 0
|
|
233
|
-
"allowManualEntry": false,
|
|
234
|
-
"options": [
|
|
235
|
-
{
|
|
236
|
-
"label": "Off",
|
|
237
|
-
"value": 0
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"label": "On / Last non-zero value",
|
|
241
|
-
"value": 255
|
|
242
|
-
}
|
|
243
|
-
]
|
|
227
|
+
"defaultValue": 0
|
|
244
228
|
},
|
|
245
229
|
{
|
|
246
230
|
"#": "11",
|
|
@@ -274,12 +258,14 @@
|
|
|
274
258
|
},
|
|
275
259
|
{
|
|
276
260
|
"#": "13",
|
|
261
|
+
"$purpose": "reporting_interval.brightness",
|
|
277
262
|
"label": "Brightness Report Interval",
|
|
278
|
-
"description": "Allowable range: 5-2678400",
|
|
279
263
|
"valueSize": 4,
|
|
280
264
|
"unit": "seconds",
|
|
281
|
-
"
|
|
282
|
-
|
|
265
|
+
"allowed": [
|
|
266
|
+
{ "value": 0 },
|
|
267
|
+
{ "range": [5, 2678400] }
|
|
268
|
+
],
|
|
283
269
|
"defaultValue": 3600,
|
|
284
270
|
"options": [
|
|
285
271
|
{
|
|
@@ -290,6 +276,7 @@
|
|
|
290
276
|
},
|
|
291
277
|
{
|
|
292
278
|
"#": "14",
|
|
279
|
+
"$purpose": "reporting_threshold.brightness",
|
|
293
280
|
"label": "Brightness Change Report Threshold",
|
|
294
281
|
"valueSize": 2,
|
|
295
282
|
"unit": "lux",
|
|
@@ -312,11 +299,12 @@
|
|
|
312
299
|
{
|
|
313
300
|
"#": "16",
|
|
314
301
|
"label": "Temperature/Humidity Report Interval",
|
|
315
|
-
"description": "Allowable range: 5-2678400",
|
|
316
302
|
"valueSize": 4,
|
|
317
303
|
"unit": "seconds",
|
|
318
|
-
"
|
|
319
|
-
|
|
304
|
+
"allowed": [
|
|
305
|
+
{ "value": 0 },
|
|
306
|
+
{ "range": [5, 2678400] }
|
|
307
|
+
],
|
|
320
308
|
"defaultValue": 3600,
|
|
321
309
|
"options": [
|
|
322
310
|
{
|
|
@@ -327,6 +315,7 @@
|
|
|
327
315
|
},
|
|
328
316
|
{
|
|
329
317
|
"#": "17",
|
|
318
|
+
"$purpose": "reporting_threshold.temperature",
|
|
330
319
|
"label": "Temperature Change Report Threshold",
|
|
331
320
|
"valueSize": 2,
|
|
332
321
|
"unit": "0.1 °C",
|
|
@@ -342,6 +331,7 @@
|
|
|
342
331
|
},
|
|
343
332
|
{
|
|
344
333
|
"#": "18",
|
|
334
|
+
"$purpose": "reporting_threshold.humidity",
|
|
345
335
|
"label": "Humidity Change Report Threshold",
|
|
346
336
|
"valueSize": 2,
|
|
347
337
|
"unit": "rh%",
|
|
@@ -357,6 +347,7 @@
|
|
|
357
347
|
},
|
|
358
348
|
{
|
|
359
349
|
"#": "19",
|
|
350
|
+
"$purpose": "calibration.temperature",
|
|
360
351
|
"label": "Temperature Calibration",
|
|
361
352
|
"valueSize": 2,
|
|
362
353
|
"unit": "0.1 °C",
|
|
@@ -366,6 +357,7 @@
|
|
|
366
357
|
},
|
|
367
358
|
{
|
|
368
359
|
"#": "20",
|
|
360
|
+
"$purpose": "calibration.humidity",
|
|
369
361
|
"label": "Humidity Calibration",
|
|
370
362
|
"description": "The value to be added to the actual measured humidity.",
|
|
371
363
|
"valueSize": 2,
|
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"#": "13",
|
|
276
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
276
277
|
"label": "Low Battery Level Alarm Threshold",
|
|
277
278
|
"valueSize": 1,
|
|
278
279
|
"unit": "%",
|
|
@@ -282,6 +283,7 @@
|
|
|
282
283
|
},
|
|
283
284
|
{
|
|
284
285
|
"#": "14",
|
|
286
|
+
"$purpose": "reporting_interval.battery",
|
|
285
287
|
"label": "Battery Auto Report Interval Time",
|
|
286
288
|
"valueSize": 4,
|
|
287
289
|
"unit": "seconds",
|
|
@@ -291,6 +293,7 @@
|
|
|
291
293
|
},
|
|
292
294
|
{
|
|
293
295
|
"#": "15",
|
|
296
|
+
"$purpose": "reporting_threshold.battery",
|
|
294
297
|
"label": "Battery Change Report Threshold",
|
|
295
298
|
"valueSize": 1,
|
|
296
299
|
"unit": "%",
|
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"#": "8",
|
|
160
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
160
161
|
"label": "Low Battery Level Alarm Threshold",
|
|
161
162
|
"valueSize": 1,
|
|
162
163
|
"unit": "%",
|
|
@@ -166,6 +167,7 @@
|
|
|
166
167
|
},
|
|
167
168
|
{
|
|
168
169
|
"#": "9",
|
|
170
|
+
"$purpose": "reporting_interval.battery",
|
|
169
171
|
"label": "Battery Report Interval",
|
|
170
172
|
"valueSize": 4,
|
|
171
173
|
"unit": "seconds",
|
|
@@ -175,6 +177,7 @@
|
|
|
175
177
|
},
|
|
176
178
|
{
|
|
177
179
|
"#": "10",
|
|
180
|
+
"$purpose": "reporting_threshold.battery",
|
|
178
181
|
"label": "Battery Change Report Threshold",
|
|
179
182
|
"valueSize": 1,
|
|
180
183
|
"unit": "%",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"#": "8",
|
|
173
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
173
174
|
"label": "Low Battery Level Alarm Threshold",
|
|
174
175
|
"valueSize": 1,
|
|
175
176
|
"unit": "%",
|
|
@@ -179,6 +180,7 @@
|
|
|
179
180
|
},
|
|
180
181
|
{
|
|
181
182
|
"#": "9",
|
|
183
|
+
"$purpose": "reporting_interval.battery",
|
|
182
184
|
"label": "Battery Auto Report Interval Time",
|
|
183
185
|
"valueSize": 4,
|
|
184
186
|
"unit": "seconds",
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
},
|
|
189
191
|
{
|
|
190
192
|
"#": "10",
|
|
193
|
+
"$purpose": "reporting_threshold.battery",
|
|
191
194
|
"label": "Battery Change Report Threshold",
|
|
192
195
|
"valueSize": 1,
|
|
193
196
|
"unit": "%",
|
|
@@ -157,6 +157,7 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"#": "8",
|
|
160
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
160
161
|
"label": "Low Battery Level Alarm Threshold",
|
|
161
162
|
"valueSize": 1,
|
|
162
163
|
"unit": "%",
|
|
@@ -166,6 +167,7 @@
|
|
|
166
167
|
},
|
|
167
168
|
{
|
|
168
169
|
"#": "9",
|
|
170
|
+
"$purpose": "reporting_interval.battery",
|
|
169
171
|
"label": "Battery Report Interval",
|
|
170
172
|
"valueSize": 4,
|
|
171
173
|
"unit": "seconds",
|
|
@@ -175,6 +177,7 @@
|
|
|
175
177
|
},
|
|
176
178
|
{
|
|
177
179
|
"#": "10",
|
|
180
|
+
"$purpose": "reporting_threshold.battery",
|
|
178
181
|
"label": "Battery Change Report Threshold",
|
|
179
182
|
"valueSize": 1,
|
|
180
183
|
"unit": "%",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"#": "3",
|
|
35
|
+
"$purpose": "calibration.temperature",
|
|
35
36
|
"label": "Temperature Calibration",
|
|
36
37
|
"valueSize": 1,
|
|
37
38
|
"unit": "°C",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
},
|
|
62
63
|
{
|
|
63
64
|
"#": "7",
|
|
65
|
+
"$purpose": "reporting_interval.temperature",
|
|
64
66
|
"label": "Temperature Report Interval",
|
|
65
67
|
"valueSize": 4,
|
|
66
68
|
"unit": "seconds",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
},
|
|
77
79
|
{
|
|
78
80
|
"#": "8",
|
|
81
|
+
"$purpose": "reporting_threshold.temperature",
|
|
79
82
|
"label": "Temperature Change Report Threshold",
|
|
80
83
|
"valueSize": 1,
|
|
81
84
|
"unit": "0.1 °C",
|
|
@@ -85,6 +88,7 @@
|
|
|
85
88
|
},
|
|
86
89
|
{
|
|
87
90
|
"#": "9",
|
|
91
|
+
"$purpose": "reporting_interval.battery",
|
|
88
92
|
"label": "Battery Report Interval",
|
|
89
93
|
"valueSize": 4,
|
|
90
94
|
"unit": "seconds",
|
|
@@ -100,6 +104,7 @@
|
|
|
100
104
|
},
|
|
101
105
|
{
|
|
102
106
|
"#": "10",
|
|
107
|
+
"$purpose": "reporting_threshold.battery",
|
|
103
108
|
"label": "Battery Change Report Threshold",
|
|
104
109
|
"valueSize": 1,
|
|
105
110
|
"unit": "%",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "40",
|
|
36
|
+
"$purpose": "reporting_threshold.power",
|
|
36
37
|
"label": "Power Change Report Threshold",
|
|
37
38
|
"valueSize": 1,
|
|
38
39
|
"unit": "%",
|
|
@@ -143,11 +144,12 @@
|
|
|
143
144
|
{
|
|
144
145
|
"#": "85",
|
|
145
146
|
"label": "Power Consumption Measurement Delay",
|
|
146
|
-
"description": "Allowable range: 0, 3-50",
|
|
147
147
|
"valueSize": 1,
|
|
148
148
|
"unit": "0.1 seconds",
|
|
149
|
-
"
|
|
150
|
-
|
|
149
|
+
"allowed": [
|
|
150
|
+
{ "value": 0 },
|
|
151
|
+
{ "range": [3, 50] }
|
|
152
|
+
],
|
|
151
153
|
"defaultValue": 30,
|
|
152
154
|
"options": [
|
|
153
155
|
{
|
|
@@ -159,11 +161,12 @@
|
|
|
159
161
|
{
|
|
160
162
|
"#": "91",
|
|
161
163
|
"label": "Motor Moving Time",
|
|
162
|
-
"description": "Allowable range: 1-32000, 65000",
|
|
163
164
|
"valueSize": 2,
|
|
164
165
|
"unit": "seconds",
|
|
165
|
-
"
|
|
166
|
-
|
|
166
|
+
"allowed": [
|
|
167
|
+
{ "range": [1, 32000] },
|
|
168
|
+
{ "value": 65000 }
|
|
169
|
+
],
|
|
167
170
|
"defaultValue": 120,
|
|
168
171
|
"unsigned": true,
|
|
169
172
|
"options": [
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
"auto_off_timer": {
|
|
71
|
+
"$purpose": "timer.auto_off",
|
|
71
72
|
"description": "The timer resets to zero each time the device receives an ON command",
|
|
72
73
|
"valueSize": 2,
|
|
73
74
|
"minValue": 0,
|
|
@@ -81,6 +82,7 @@
|
|
|
81
82
|
]
|
|
82
83
|
},
|
|
83
84
|
"auto_on_timer": {
|
|
85
|
+
"$purpose": "timer.auto_on",
|
|
84
86
|
"description": "The timer resets to zero each time the device receives an OFF command",
|
|
85
87
|
"valueSize": 2,
|
|
86
88
|
"minValue": 0,
|
|
@@ -125,6 +127,7 @@
|
|
|
125
127
|
]
|
|
126
128
|
},
|
|
127
129
|
"power_change_report_treshold": {
|
|
130
|
+
"$purpose": "reporting_threshold.power",
|
|
128
131
|
"valueSize": 1,
|
|
129
132
|
"unit": "%",
|
|
130
133
|
"minValue": 0,
|
|
@@ -216,6 +219,7 @@
|
|
|
216
219
|
"readOnly": true
|
|
217
220
|
},
|
|
218
221
|
"min_dimming_value": {
|
|
222
|
+
"$purpose": "minimum_brightness",
|
|
219
223
|
"label": "Minimum Dim Level",
|
|
220
224
|
"valueSize": 1,
|
|
221
225
|
"minValue": 1,
|
|
@@ -223,6 +227,7 @@
|
|
|
223
227
|
"defaultValue": 15
|
|
224
228
|
},
|
|
225
229
|
"max_dimming_value": {
|
|
230
|
+
"$purpose": "maximum_brightness",
|
|
226
231
|
"label": "Maximum Dim Level",
|
|
227
232
|
"valueSize": 1,
|
|
228
233
|
"minValue": 1,
|
|
@@ -238,6 +243,7 @@
|
|
|
238
243
|
"defaultValue": 3
|
|
239
244
|
},
|
|
240
245
|
"fade_rate": {
|
|
246
|
+
"$purpose": "ramp_rate",
|
|
241
247
|
"label": "Fade Rate (Long Press)",
|
|
242
248
|
"valueSize": 1,
|
|
243
249
|
"defaultValue": 2,
|
|
@@ -308,6 +314,7 @@
|
|
|
308
314
|
]
|
|
309
315
|
},
|
|
310
316
|
"motion_sensitivity": {
|
|
317
|
+
"$purpose": "motion_sensitivity",
|
|
311
318
|
"valueSize": 1,
|
|
312
319
|
"defaultValue": 1,
|
|
313
320
|
"allowManualEntry": false,
|
|
@@ -327,6 +334,7 @@
|
|
|
327
334
|
]
|
|
328
335
|
},
|
|
329
336
|
"motion_blind_time": {
|
|
337
|
+
"$purpose": "motion_retrigger_interval",
|
|
330
338
|
"valueSize": 1,
|
|
331
339
|
"unit": "seconds",
|
|
332
340
|
"minValue": 2,
|
|
@@ -340,6 +348,7 @@
|
|
|
340
348
|
"defaultValue": 1
|
|
341
349
|
},
|
|
342
350
|
"temperature_offset": {
|
|
351
|
+
"$purpose": "calibration.temperature",
|
|
343
352
|
"valueSize": 2,
|
|
344
353
|
"unit": "°C / °F",
|
|
345
354
|
"minValue": -500,
|
|
@@ -347,6 +356,7 @@
|
|
|
347
356
|
"defaultValue": 0
|
|
348
357
|
},
|
|
349
358
|
"humidity_offset": {
|
|
359
|
+
"$purpose": "calibration.humidity",
|
|
350
360
|
"valueSize": 2,
|
|
351
361
|
"unit": "RH %",
|
|
352
362
|
"minValue": -50,
|
|
@@ -354,6 +364,7 @@
|
|
|
354
364
|
"defaultValue": 0
|
|
355
365
|
},
|
|
356
366
|
"no_detection_time": {
|
|
367
|
+
"$purpose": "motion_clear_delay",
|
|
357
368
|
"description": "Time after last motion before device reports no motion",
|
|
358
369
|
"valueSize": 2,
|
|
359
370
|
"minValue": 0,
|
|
@@ -401,12 +412,14 @@
|
|
|
401
412
|
},
|
|
402
413
|
"delay_limit_detection": {
|
|
403
414
|
"label": "Limit Detection Delay Time",
|
|
404
|
-
"description": "Defines the delay before motor power is read after a relay switches ON.
|
|
415
|
+
"description": "Defines the delay before motor power is read after a relay switches ON.",
|
|
405
416
|
"unit": "0.1 seconds",
|
|
406
417
|
"valueSize": 1,
|
|
407
|
-
"minValue": 0,
|
|
408
|
-
"maxValue": 50,
|
|
409
418
|
"defaultValue": 3,
|
|
419
|
+
"allowed": [
|
|
420
|
+
{ "value": 0 },
|
|
421
|
+
{ "range": [3, 50] }
|
|
422
|
+
],
|
|
410
423
|
"options": [
|
|
411
424
|
{
|
|
412
425
|
"label": "Automatic time",
|
|
@@ -416,13 +429,15 @@
|
|
|
416
429
|
},
|
|
417
430
|
"max_moving_time": {
|
|
418
431
|
"label": "Shutter Max Moving Time",
|
|
419
|
-
"description": "Defines the maximum time the motor can move before stopping.
|
|
432
|
+
"description": "Defines the maximum time the motor can move before stopping.",
|
|
420
433
|
"unit": "seconds",
|
|
421
434
|
"valueSize": 2,
|
|
422
|
-
"minValue": 1,
|
|
423
|
-
"maxValue": 65000,
|
|
424
435
|
"defaultValue": 120,
|
|
425
436
|
"unsigned": true,
|
|
437
|
+
"allowed": [
|
|
438
|
+
{ "range": [1, 32000] },
|
|
439
|
+
{ "value": 65000 }
|
|
440
|
+
],
|
|
426
441
|
"options": [
|
|
427
442
|
{
|
|
428
443
|
"label": "unlimited time",
|
|
@@ -273,6 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"#": "13",
|
|
276
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
276
277
|
"label": "Low Battery Level Alarm Threshold",
|
|
277
278
|
"valueSize": 1,
|
|
278
279
|
"unit": "%",
|
|
@@ -282,6 +283,7 @@
|
|
|
282
283
|
},
|
|
283
284
|
{
|
|
284
285
|
"#": "14",
|
|
286
|
+
"$purpose": "reporting_interval.battery",
|
|
285
287
|
"label": "Battery Report Interval",
|
|
286
288
|
"valueSize": 4,
|
|
287
289
|
"unit": "seconds",
|
|
@@ -291,6 +293,7 @@
|
|
|
291
293
|
},
|
|
292
294
|
{
|
|
293
295
|
"#": "15",
|
|
296
|
+
"$purpose": "reporting_threshold.battery",
|
|
294
297
|
"label": "Battery Change Report Threshold",
|
|
295
298
|
"valueSize": 1,
|
|
296
299
|
"unit": "%",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
"#": "8",
|
|
173
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
173
174
|
"label": "Low Battery Level Alarm Threshold",
|
|
174
175
|
"valueSize": 1,
|
|
175
176
|
"unit": "%",
|
|
@@ -179,6 +180,7 @@
|
|
|
179
180
|
},
|
|
180
181
|
{
|
|
181
182
|
"#": "9",
|
|
183
|
+
"$purpose": "reporting_interval.battery",
|
|
182
184
|
"label": "Battery Report Interval",
|
|
183
185
|
"valueSize": 4,
|
|
184
186
|
"unit": "seconds",
|
|
@@ -188,6 +190,7 @@
|
|
|
188
190
|
},
|
|
189
191
|
{
|
|
190
192
|
"#": "10",
|
|
193
|
+
"$purpose": "reporting_threshold.battery",
|
|
191
194
|
"label": "Battery Change Report Threshold",
|
|
192
195
|
"valueSize": 1,
|
|
193
196
|
"unit": "%",
|
|
@@ -30,16 +30,13 @@
|
|
|
30
30
|
"paramInformation": [
|
|
31
31
|
{
|
|
32
32
|
"#": "2",
|
|
33
|
+
"$import": "~/templates/master_template.json#basic_set_value",
|
|
33
34
|
"label": "Basic Set Level",
|
|
34
|
-
"
|
|
35
|
-
"valueSize": 1,
|
|
36
|
-
"minValue": 0,
|
|
37
|
-
"maxValue": 255,
|
|
38
|
-
"defaultValue": 255,
|
|
39
|
-
"unsigned": true
|
|
35
|
+
"defaultValue": 255
|
|
40
36
|
},
|
|
41
37
|
{
|
|
42
38
|
"#": "3",
|
|
39
|
+
"$purpose": "motion_sensitivity",
|
|
43
40
|
"label": "PIR Sensitivity",
|
|
44
41
|
"valueSize": 1,
|
|
45
42
|
"minValue": 0,
|
|
@@ -72,6 +69,7 @@
|
|
|
72
69
|
},
|
|
73
70
|
{
|
|
74
71
|
"#": "8",
|
|
72
|
+
"$purpose": "motion_retrigger_interval",
|
|
75
73
|
"label": "PIR Re-Detect Interval Time",
|
|
76
74
|
"valueSize": 1,
|
|
77
75
|
"minValue": 3,
|
|
@@ -104,6 +102,7 @@
|
|
|
104
102
|
},
|
|
105
103
|
{
|
|
106
104
|
"#": "12",
|
|
105
|
+
"$purpose": "reporting_interval.brightness",
|
|
107
106
|
"label": "Auto Report Illumination Time",
|
|
108
107
|
"valueSize": 1,
|
|
109
108
|
"minValue": 1,
|
|
@@ -112,6 +111,7 @@
|
|
|
112
111
|
},
|
|
113
112
|
{
|
|
114
113
|
"#": "13",
|
|
114
|
+
"$purpose": "reporting_interval.temperature",
|
|
115
115
|
"label": "Auto Report Temperature Time",
|
|
116
116
|
"valueSize": 1,
|
|
117
117
|
"minValue": 1,
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"#": "18",
|
|
76
|
+
"$purpose": "maximum_brightness",
|
|
76
77
|
"label": "Maximum Dimmer Level Control",
|
|
77
78
|
"valueSize": 1,
|
|
78
79
|
"minValue": 2,
|
|
@@ -81,6 +82,7 @@
|
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
"#": "19",
|
|
85
|
+
"$purpose": "minimum_brightness",
|
|
84
86
|
"label": "Minimum Dimmer Level Control",
|
|
85
87
|
"valueSize": 1,
|
|
86
88
|
"minValue": 1,
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"#": "18",
|
|
49
|
+
"$purpose": "maximum_brightness",
|
|
49
50
|
"label": "Maximum Dimmer Level Control",
|
|
50
51
|
"valueSize": 1,
|
|
51
52
|
"unit": "%",
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
},
|
|
56
57
|
{
|
|
57
58
|
"#": "19",
|
|
59
|
+
"$purpose": "minimum_brightness",
|
|
58
60
|
"label": "Minimum Dimmer Level Control",
|
|
59
61
|
"valueSize": 1,
|
|
60
62
|
"unit": "%",
|
|
@@ -72,6 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"#": "30",
|
|
75
|
+
"$purpose": "reporting_threshold.temperature",
|
|
75
76
|
"label": "Temperature Change Reporting Threshold",
|
|
76
77
|
"description": "1 °F = 0.5 °C",
|
|
77
78
|
"valueSize": 1,
|
|
@@ -146,6 +147,7 @@
|
|
|
146
147
|
},
|
|
147
148
|
{
|
|
148
149
|
"#": "37",
|
|
150
|
+
"$purpose": "calibration.temperature",
|
|
149
151
|
"label": "Temperature Calibration",
|
|
150
152
|
"description": "1 °F = 0.5 °C",
|
|
151
153
|
"valueSize": 1,
|
|
@@ -178,6 +180,7 @@
|
|
|
178
180
|
},
|
|
179
181
|
{
|
|
180
182
|
"#": "53",
|
|
183
|
+
"$purpose": "calibration.humidity",
|
|
181
184
|
"label": "Humidity Offset",
|
|
182
185
|
"valueSize": 1,
|
|
183
186
|
"unit": "%",
|