@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
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"#": "6",
|
|
68
|
+
"$purpose": "minimum_brightness",
|
|
68
69
|
"label": "Minimum Brightness",
|
|
69
70
|
"description": "Minimum internal dimming value",
|
|
70
71
|
"valueSize": 1,
|
|
@@ -75,6 +76,7 @@
|
|
|
75
76
|
},
|
|
76
77
|
{
|
|
77
78
|
"#": "7",
|
|
79
|
+
"$purpose": "maximum_brightness",
|
|
78
80
|
"label": "Maximum Brightness",
|
|
79
81
|
"description": "Maximum internal dimming value",
|
|
80
82
|
"valueSize": 1,
|
|
@@ -117,6 +119,7 @@
|
|
|
117
119
|
},
|
|
118
120
|
{
|
|
119
121
|
"#": "11",
|
|
122
|
+
"$purpose": "timer.auto_off",
|
|
120
123
|
"label": "Auto-Off Timer",
|
|
121
124
|
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
|
|
122
125
|
"valueSize": 1,
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"#": "11",
|
|
72
|
+
"$purpose": "timer.auto_off",
|
|
72
73
|
"label": "Auto-Off Timer",
|
|
73
74
|
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
|
|
74
75
|
"valueSize": 1,
|
|
@@ -144,6 +145,7 @@
|
|
|
144
145
|
},
|
|
145
146
|
{
|
|
146
147
|
"#": "17",
|
|
148
|
+
"$purpose": "state_after_power_failure",
|
|
147
149
|
"label": "State After Power Failure",
|
|
148
150
|
"valueSize": 1,
|
|
149
151
|
"defaultValue": 255,
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "11",
|
|
82
|
+
"$purpose": "timer.auto_off",
|
|
82
83
|
"label": "Auto-Off Timer",
|
|
83
84
|
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
|
|
84
85
|
"valueSize": 1,
|
|
@@ -155,6 +156,7 @@
|
|
|
155
156
|
},
|
|
156
157
|
{
|
|
157
158
|
"#": "17",
|
|
159
|
+
"$purpose": "state_after_power_failure",
|
|
158
160
|
"label": "State After Power Failure",
|
|
159
161
|
"valueSize": 1,
|
|
160
162
|
"defaultValue": 255,
|
|
@@ -165,6 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"#": "35[0xff]",
|
|
168
|
+
"$purpose": "calibration.temperature",
|
|
168
169
|
"label": "Temperature Report Offset",
|
|
169
170
|
"valueSize": 2,
|
|
170
171
|
"minValue": 0,
|
|
@@ -200,6 +201,7 @@
|
|
|
200
201
|
},
|
|
201
202
|
{
|
|
202
203
|
"#": "34[0xff]",
|
|
204
|
+
"$purpose": "reporting_threshold.temperature",
|
|
203
205
|
"label": "Temperature Change Reporting: Threshold",
|
|
204
206
|
"valueSize": 2,
|
|
205
207
|
"unit": "°F/C",
|
|
@@ -9,12 +9,14 @@
|
|
|
9
9
|
},
|
|
10
10
|
"light_threshold": {
|
|
11
11
|
"label": "Light Threshold",
|
|
12
|
-
"description": "
|
|
12
|
+
"description": "Moving the potentiometer overwrites the current setting.",
|
|
13
13
|
"valueSize": 2,
|
|
14
14
|
"unit": "lux",
|
|
15
|
-
"minValue": 0,
|
|
16
|
-
"maxValue": 2000,
|
|
17
15
|
"defaultValue": 2000,
|
|
16
|
+
"allowed": [
|
|
17
|
+
{ "value": 0 },
|
|
18
|
+
{ "range": [2, 2000] }
|
|
19
|
+
],
|
|
18
20
|
"options": [
|
|
19
21
|
{
|
|
20
22
|
"label": "Execute learn sequence",
|
|
@@ -28,13 +30,15 @@
|
|
|
28
30
|
},
|
|
29
31
|
"night_dim_mode": {
|
|
30
32
|
"label": "Night Dim Mode Duration",
|
|
31
|
-
"description": "
|
|
33
|
+
"description": "External control overrides this setting.",
|
|
32
34
|
"valueSize": 1,
|
|
33
35
|
"unit": "minutes",
|
|
34
|
-
"minValue": 0,
|
|
35
|
-
"maxValue": 255,
|
|
36
36
|
"defaultValue": 0,
|
|
37
37
|
"unsigned": true,
|
|
38
|
+
"allowed": [
|
|
39
|
+
{ "range": [0, 60] },
|
|
40
|
+
{ "value": 255 }
|
|
41
|
+
],
|
|
38
42
|
"options": [
|
|
39
43
|
{
|
|
40
44
|
"label": "Disable, light off completely",
|
|
@@ -56,6 +60,7 @@
|
|
|
56
60
|
"defaultValue": 500
|
|
57
61
|
},
|
|
58
62
|
"motion_sensor_sensitivity": {
|
|
63
|
+
"$purpose": "motion_sensitivity",
|
|
59
64
|
"label": "Motion Sensor Sensitivity",
|
|
60
65
|
"description": "Moving the potentiometer overwrites the current setting.",
|
|
61
66
|
"valueSize": 1,
|
|
@@ -66,12 +71,14 @@
|
|
|
66
71
|
},
|
|
67
72
|
"brightness_measuring_interval": {
|
|
68
73
|
"label": "Brightness Measuring Interval",
|
|
69
|
-
"description": "Lamp switches off briefly and measures the ambient light.
|
|
74
|
+
"description": "Lamp switches off briefly and measures the ambient light.",
|
|
70
75
|
"valueSize": 1,
|
|
71
76
|
"unit": "minutes",
|
|
72
|
-
"minValue": 0,
|
|
73
|
-
"maxValue": 120,
|
|
74
77
|
"defaultValue": 0,
|
|
78
|
+
"allowed": [
|
|
79
|
+
{ "value": 0 },
|
|
80
|
+
{ "range": [5, 120] }
|
|
81
|
+
],
|
|
75
82
|
"options": [
|
|
76
83
|
{
|
|
77
84
|
"label": "Disable",
|
|
@@ -18,12 +18,14 @@
|
|
|
18
18
|
"unit": "minutes"
|
|
19
19
|
},
|
|
20
20
|
"auto_off_timer_0x_1x_3x_7x": {
|
|
21
|
-
"
|
|
22
|
-
"$
|
|
21
|
+
"$import": "#auto_timer_base_0x_1x_3x_7x",
|
|
22
|
+
"$purpose": "timer.auto_off",
|
|
23
|
+
"label": "Auto Turn-Off Timer"
|
|
23
24
|
},
|
|
24
25
|
"auto_on_timer_0x_1x_3x_7x": {
|
|
25
|
-
"
|
|
26
|
-
"$
|
|
26
|
+
"$import": "#auto_timer_base_0x_1x_3x_7x",
|
|
27
|
+
"$purpose": "timer.auto_on",
|
|
28
|
+
"label": "Auto Turn-On Timer"
|
|
27
29
|
},
|
|
28
30
|
|
|
29
31
|
// Auto-On/Off-Timers for ZEN5x with fixed time unit
|
|
@@ -42,12 +44,14 @@
|
|
|
42
44
|
]
|
|
43
45
|
},
|
|
44
46
|
"auto_off_timer_5x": {
|
|
45
|
-
"
|
|
46
|
-
"$
|
|
47
|
+
"$import": "#auto_timer_base_5x",
|
|
48
|
+
"$purpose": "timer.auto_off",
|
|
49
|
+
"label": "Auto Turn-Off Timer"
|
|
47
50
|
},
|
|
48
51
|
"auto_on_timer_5x": {
|
|
49
|
-
"
|
|
50
|
-
"$
|
|
52
|
+
"$import": "#auto_timer_base_5x",
|
|
53
|
+
"$purpose": "timer.auto_on",
|
|
54
|
+
"label": "Auto Turn-On Timer"
|
|
51
55
|
},
|
|
52
56
|
|
|
53
57
|
// Auto-On/Off-Timers for ZEN5x with variable time unit and 2-byte value
|
|
@@ -67,12 +71,14 @@
|
|
|
67
71
|
]
|
|
68
72
|
},
|
|
69
73
|
"auto_off_timer_variable_unit_5x_short": {
|
|
70
|
-
"
|
|
71
|
-
"$
|
|
74
|
+
"$import": "#auto_timer_variable_unit_base_5x_short",
|
|
75
|
+
"$purpose": "timer.auto_off",
|
|
76
|
+
"label": "Auto Turn-Off Timer"
|
|
72
77
|
},
|
|
73
78
|
"auto_on_timer_variable_unit_5x_short": {
|
|
74
|
-
"
|
|
75
|
-
"$
|
|
79
|
+
"$import": "#auto_timer_variable_unit_base_5x_short",
|
|
80
|
+
"$purpose": "timer.auto_on",
|
|
81
|
+
"label": "Auto Turn-On Timer"
|
|
76
82
|
},
|
|
77
83
|
|
|
78
84
|
// Auto-On/Off-Timers for ZEN5x with variable time unit and 4-byte value
|
|
@@ -92,12 +98,14 @@
|
|
|
92
98
|
]
|
|
93
99
|
},
|
|
94
100
|
"auto_off_timer_variable_unit_5x_long": {
|
|
95
|
-
"
|
|
96
|
-
"$
|
|
101
|
+
"$import": "#auto_timer_variable_unit_base_5x_long",
|
|
102
|
+
"$purpose": "timer.auto_off",
|
|
103
|
+
"label": "Auto Turn-Off Timer"
|
|
97
104
|
},
|
|
98
105
|
"auto_on_timer_variable_unit_5x_long": {
|
|
99
|
-
"
|
|
100
|
-
"$
|
|
106
|
+
"$import": "#auto_timer_variable_unit_base_5x_long",
|
|
107
|
+
"$purpose": "timer.auto_on",
|
|
108
|
+
"label": "Auto Turn-On Timer"
|
|
101
109
|
},
|
|
102
110
|
|
|
103
111
|
// Different variants of the auto-timer unit selectors
|
|
@@ -148,12 +156,14 @@
|
|
|
148
156
|
"unsigned": true
|
|
149
157
|
},
|
|
150
158
|
"auto_off_timer_duration": {
|
|
151
|
-
"
|
|
152
|
-
"$
|
|
159
|
+
"$import": "#auto_timer_duration_base",
|
|
160
|
+
"$purpose": "timer.auto_off",
|
|
161
|
+
"label": "Auto Turn-Off Timer Duration"
|
|
153
162
|
},
|
|
154
163
|
"auto_on_timer_duration": {
|
|
155
|
-
"
|
|
156
|
-
"$
|
|
164
|
+
"$import": "#auto_timer_duration_base",
|
|
165
|
+
"$purpose": "timer.auto_on",
|
|
166
|
+
"label": "Auto Turn-On Timer Duration"
|
|
157
167
|
},
|
|
158
168
|
|
|
159
169
|
"enable_scene_control": {
|
|
@@ -299,6 +309,35 @@
|
|
|
299
309
|
"description": "Disable this feature when using the LED indicators in automations.",
|
|
300
310
|
"defaultValue": 0
|
|
301
311
|
},
|
|
312
|
+
"led_indicator_multi_color": {
|
|
313
|
+
"label": "LED Indicator Multi-Color",
|
|
314
|
+
"description": "Selects the LED indicator color in the opposite switch state when parameter 2 is set to value 0 or 1.",
|
|
315
|
+
"valueSize": 1,
|
|
316
|
+
"defaultValue": 0,
|
|
317
|
+
"allowManualEntry": false,
|
|
318
|
+
"options": [
|
|
319
|
+
{
|
|
320
|
+
"label": "Off",
|
|
321
|
+
"value": 0
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"label": "White",
|
|
325
|
+
"value": 1
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"label": "Blue",
|
|
329
|
+
"value": 2
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"label": "Green",
|
|
333
|
+
"value": 3
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"label": "Red",
|
|
337
|
+
"value": 4
|
|
338
|
+
}
|
|
339
|
+
]
|
|
340
|
+
},
|
|
302
341
|
"led_button_press": {
|
|
303
342
|
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
304
343
|
"label": "LED Indicator: Button Press",
|
|
@@ -405,6 +444,7 @@
|
|
|
405
444
|
},
|
|
406
445
|
"dimmer_ramp_rate": {
|
|
407
446
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
447
|
+
"$purpose": "dimming_duration.manual",
|
|
408
448
|
"label": "Ramp Rate Off/On (Manual Control)",
|
|
409
449
|
"unit": "seconds",
|
|
410
450
|
"options": [
|
|
@@ -416,6 +456,7 @@
|
|
|
416
456
|
},
|
|
417
457
|
"dimmer_on_ramp_rate": {
|
|
418
458
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
459
|
+
"$purpose": "dimming_duration_up.manual",
|
|
419
460
|
"label": "Ramp Rate On (Manual Control)",
|
|
420
461
|
"unit": "seconds",
|
|
421
462
|
"defaultValue": 0,
|
|
@@ -428,6 +469,7 @@
|
|
|
428
469
|
},
|
|
429
470
|
"dimmer_off_ramp_rate": {
|
|
430
471
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
472
|
+
"$purpose": "dimming_duration_down.manual",
|
|
431
473
|
"label": "Ramp Rate Off (Manual Control)",
|
|
432
474
|
"unit": "seconds",
|
|
433
475
|
"defaultValue": 0,
|
|
@@ -440,6 +482,7 @@
|
|
|
440
482
|
},
|
|
441
483
|
"zwave_on_dimmer_ramp_rate": {
|
|
442
484
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
485
|
+
"$purpose": "dimming_duration_up.zwave",
|
|
443
486
|
"label": "Ramp Rate On (Z-Wave)",
|
|
444
487
|
"unit": "seconds",
|
|
445
488
|
"defaultValue": 0,
|
|
@@ -452,6 +495,7 @@
|
|
|
452
495
|
},
|
|
453
496
|
"zwave_off_dimmer_ramp_rate": {
|
|
454
497
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
498
|
+
"$purpose": "dimming_duration_down.zwave",
|
|
455
499
|
"label": "Ramp Rate Off (Z-Wave)",
|
|
456
500
|
"unit": "seconds",
|
|
457
501
|
"defaultValue": 0,
|
|
@@ -464,6 +508,7 @@
|
|
|
464
508
|
},
|
|
465
509
|
"zwave_on_dimmer_ramp_rate_match_manual": {
|
|
466
510
|
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
511
|
+
"$purpose": "dimming_duration_up.zwave",
|
|
467
512
|
"label": "Ramp Rate On (Z-Wave)",
|
|
468
513
|
"unit": "seconds",
|
|
469
514
|
"defaultValue": 0,
|
|
@@ -480,6 +525,7 @@
|
|
|
480
525
|
},
|
|
481
526
|
"zwave_on_dimmer_ramp_rate_match_manual_255": {
|
|
482
527
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
528
|
+
"$purpose": "dimming_duration_up.zwave",
|
|
483
529
|
"label": "Ramp Rate On (Z-Wave)",
|
|
484
530
|
"unit": "seconds",
|
|
485
531
|
"defaultValue": 255,
|
|
@@ -496,6 +542,7 @@
|
|
|
496
542
|
},
|
|
497
543
|
"zwave_off_dimmer_ramp_rate_match_manual": {
|
|
498
544
|
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
545
|
+
"$purpose": "dimming_duration_down.zwave",
|
|
499
546
|
"label": "Ramp Rate Off (Z-Wave)",
|
|
500
547
|
"unit": "seconds",
|
|
501
548
|
"defaultValue": 0,
|
|
@@ -512,6 +559,7 @@
|
|
|
512
559
|
},
|
|
513
560
|
"zwave_off_dimmer_ramp_rate_match_manual_255": {
|
|
514
561
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
562
|
+
"$purpose": "dimming_duration_down.zwave",
|
|
515
563
|
"label": "Ramp Rate Off (Z-Wave)",
|
|
516
564
|
"unit": "seconds",
|
|
517
565
|
"defaultValue": 255,
|
|
@@ -528,11 +576,13 @@
|
|
|
528
576
|
},
|
|
529
577
|
"min_brightness": {
|
|
530
578
|
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
579
|
+
"$purpose": "minimum_brightness",
|
|
531
580
|
"label": "Minimum Brightness",
|
|
532
581
|
"unit": "%"
|
|
533
582
|
},
|
|
534
583
|
"max_brightness": {
|
|
535
584
|
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
585
|
+
"$purpose": "maximum_brightness",
|
|
536
586
|
"label": "Maximum Brightness",
|
|
537
587
|
"unit": "%",
|
|
538
588
|
"defaultValue": 99
|
|
@@ -645,6 +695,14 @@
|
|
|
645
695
|
}
|
|
646
696
|
]
|
|
647
697
|
},
|
|
698
|
+
"gamma_factor": {
|
|
699
|
+
"label": "Gamma Factor",
|
|
700
|
+
"description": "A higher gamma makes dimming more gradual at low levels, while a lower gamma results in a more linear or abrupt transition (10-50 = 1.0–5.0 gamma).",
|
|
701
|
+
"valueSize": 1,
|
|
702
|
+
"minValue": 10,
|
|
703
|
+
"maxValue": 50,
|
|
704
|
+
"defaultValue": 10
|
|
705
|
+
},
|
|
648
706
|
"local_dimming_speed": {
|
|
649
707
|
"label": "Local Dimming Speed",
|
|
650
708
|
"description": "The time it takes to get from 0% to 100% brightness when pressing and holding the paddle.",
|
|
@@ -985,6 +1043,7 @@
|
|
|
985
1043
|
]
|
|
986
1044
|
},
|
|
987
1045
|
"motion_sensitivity_1_8": {
|
|
1046
|
+
"$purpose": "motion_sensitivity",
|
|
988
1047
|
"label": "Motion Sensor Sensitivity",
|
|
989
1048
|
"description": "1 = Low sensitivity, 8 = High sensitivity",
|
|
990
1049
|
"valueSize": 1,
|
|
@@ -1014,6 +1073,7 @@
|
|
|
1014
1073
|
"unsigned": true
|
|
1015
1074
|
},
|
|
1016
1075
|
"battery_report_threshold": {
|
|
1076
|
+
"$purpose": "reporting_threshold.battery",
|
|
1017
1077
|
"label": "Battery Report Threshold",
|
|
1018
1078
|
"valueSize": 1,
|
|
1019
1079
|
"unit": "%",
|
|
@@ -1023,6 +1083,7 @@
|
|
|
1023
1083
|
"unsigned": true
|
|
1024
1084
|
},
|
|
1025
1085
|
"low_battery_alarm_threshold": {
|
|
1086
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
1026
1087
|
"label": "Low Battery Alarm Threshold",
|
|
1027
1088
|
"valueSize": 1,
|
|
1028
1089
|
"unit": "%",
|
|
@@ -71,6 +71,7 @@
|
|
|
71
71
|
{
|
|
72
72
|
"#": "5",
|
|
73
73
|
"$if": "firmwareVersion < 2.30",
|
|
74
|
+
"$purpose": "reporting_threshold.power",
|
|
74
75
|
"label": "Power (W) Report Threshold",
|
|
75
76
|
"valueSize": 1,
|
|
76
77
|
"unit": "W",
|
|
@@ -81,6 +82,7 @@
|
|
|
81
82
|
{
|
|
82
83
|
"#": "5",
|
|
83
84
|
"$if": "firmwareVersion >= 2.30",
|
|
85
|
+
"$purpose": "reporting_threshold.power",
|
|
84
86
|
"label": "Power (W) Report Threshold",
|
|
85
87
|
"valueSize": 1,
|
|
86
88
|
"unit": "W",
|
|
@@ -96,6 +98,7 @@
|
|
|
96
98
|
},
|
|
97
99
|
{
|
|
98
100
|
"#": "6",
|
|
101
|
+
"$purpose": "reporting_interval.power",
|
|
99
102
|
"label": "Power (W) Report Interval",
|
|
100
103
|
"valueSize": 4,
|
|
101
104
|
"unit": "minutes",
|
|
@@ -113,6 +116,7 @@
|
|
|
113
116
|
{
|
|
114
117
|
"#": "7",
|
|
115
118
|
"$if": "firmwareVersion < 2.30",
|
|
119
|
+
"$purpose": "reporting_threshold.current",
|
|
116
120
|
"label": "Current (A) Report Threshold",
|
|
117
121
|
"valueSize": 1,
|
|
118
122
|
"unit": "0.1 A",
|
|
@@ -123,6 +127,7 @@
|
|
|
123
127
|
{
|
|
124
128
|
"#": "7",
|
|
125
129
|
"$if": "firmwareVersion >= 2.30",
|
|
130
|
+
"$purpose": "reporting_threshold.current",
|
|
126
131
|
"label": "Current (A) Report Threshold",
|
|
127
132
|
"valueSize": 1,
|
|
128
133
|
"unit": "0.1 A",
|
|
@@ -139,6 +144,7 @@
|
|
|
139
144
|
{
|
|
140
145
|
"#": "12",
|
|
141
146
|
"$if": "firmwareVersion >= 1.30",
|
|
147
|
+
"$purpose": "reporting_interval.current",
|
|
142
148
|
"label": "Current (A) Report Interval",
|
|
143
149
|
"valueSize": 4,
|
|
144
150
|
"unit": "minutes",
|
|
@@ -157,6 +163,7 @@
|
|
|
157
163
|
{
|
|
158
164
|
"#": "8",
|
|
159
165
|
"$if": "firmwareVersion < 2.30",
|
|
166
|
+
"$purpose": "reporting_threshold.energy",
|
|
160
167
|
"label": "Energy (kWh) Report Threshold",
|
|
161
168
|
"valueSize": 1,
|
|
162
169
|
"unit": "0.01 kWh",
|
|
@@ -167,6 +174,7 @@
|
|
|
167
174
|
{
|
|
168
175
|
"#": "8",
|
|
169
176
|
"$if": "firmwareVersion >= 2.30",
|
|
177
|
+
"$purpose": "reporting_threshold.energy",
|
|
170
178
|
"label": "Energy (kWh) Report Threshold",
|
|
171
179
|
"valueSize": 1,
|
|
172
180
|
"unit": "0.01 kWh",
|
|
@@ -184,6 +192,7 @@
|
|
|
184
192
|
{
|
|
185
193
|
"#": "14",
|
|
186
194
|
"$if": "firmwareVersion >= 2.30",
|
|
195
|
+
"$purpose": "reporting_interval.energy",
|
|
187
196
|
"label": "Energy (kWh) Report Interval",
|
|
188
197
|
"valueSize": 4,
|
|
189
198
|
"unit": "minutes",
|
|
@@ -194,6 +203,7 @@
|
|
|
194
203
|
{
|
|
195
204
|
"#": "13",
|
|
196
205
|
"$if": "firmwareVersion >= 1.30",
|
|
206
|
+
"$purpose": "reporting_interval.voltage",
|
|
197
207
|
"label": "Voltage Report (V) Interval",
|
|
198
208
|
"valueSize": 4,
|
|
199
209
|
"unit": "minutes",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
"#": "151",
|
|
76
|
+
"$purpose": "reporting_threshold.power",
|
|
76
77
|
"label": "Power Report Value Threshold",
|
|
77
78
|
"description": "Minimum change in Watt to report",
|
|
78
79
|
"valueSize": 2,
|
|
@@ -85,12 +86,14 @@
|
|
|
85
86
|
{
|
|
86
87
|
"#": "152",
|
|
87
88
|
"$import": "~/templates/master_template.json#base_0-255_nounit",
|
|
89
|
+
"$purpose": "reporting_threshold.power",
|
|
88
90
|
"label": "Power Report Percentage Threshold",
|
|
89
91
|
"unit": "%",
|
|
90
92
|
"defaultValue": 10
|
|
91
93
|
},
|
|
92
94
|
{
|
|
93
95
|
"#": "171",
|
|
96
|
+
"$purpose": "reporting_interval.power",
|
|
94
97
|
"label": "Power (W) Report Frequency",
|
|
95
98
|
"valueSize": 4,
|
|
96
99
|
"unit": "seconds",
|
|
@@ -100,6 +103,7 @@
|
|
|
100
103
|
},
|
|
101
104
|
{
|
|
102
105
|
"#": "172",
|
|
106
|
+
"$purpose": "reporting_interval.energy",
|
|
103
107
|
"label": "Energy (kWh) Report Frequency",
|
|
104
108
|
"valueSize": 4,
|
|
105
109
|
"unit": "seconds",
|
|
@@ -109,6 +113,7 @@
|
|
|
109
113
|
},
|
|
110
114
|
{
|
|
111
115
|
"#": "173",
|
|
116
|
+
"$purpose": "reporting_interval.voltage",
|
|
112
117
|
"label": "Voltage Report Frequency",
|
|
113
118
|
"valueSize": 4,
|
|
114
119
|
"unit": "seconds",
|
|
@@ -118,6 +123,7 @@
|
|
|
118
123
|
},
|
|
119
124
|
{
|
|
120
125
|
"#": "174",
|
|
126
|
+
"$purpose": "reporting_interval.current",
|
|
121
127
|
"label": "Current (A) Report Frequency",
|
|
122
128
|
"valueSize": 4,
|
|
123
129
|
"unit": "seconds",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
{
|
|
57
57
|
"#": "6",
|
|
58
58
|
"$import": "~/templates/master_template.json#base_1-100_nounit",
|
|
59
|
+
"$purpose": "reporting_threshold.power",
|
|
59
60
|
"label": "Power Report Percentage Threshold",
|
|
60
61
|
"unit": "%",
|
|
61
62
|
"defaultValue": 5
|
|
@@ -71,6 +72,7 @@
|
|
|
71
72
|
},
|
|
72
73
|
{
|
|
73
74
|
"#": "9",
|
|
75
|
+
"$purpose": "timer.auto_off",
|
|
74
76
|
"label": "Auto Turn-Off Timer Interval",
|
|
75
77
|
"valueSize": 2,
|
|
76
78
|
"unit": "minutes",
|
|
@@ -83,11 +83,13 @@
|
|
|
83
83
|
"#": "36",
|
|
84
84
|
"$if": "firmwareVersion >= 2.10",
|
|
85
85
|
"label": "Overload Protection Turn On Delay",
|
|
86
|
-
"description": "How long to wait after the load was shut off by overload protection before turning it on again.
|
|
86
|
+
"description": "How long to wait after the load was shut off by overload protection before turning it on again.",
|
|
87
87
|
"valueSize": 2,
|
|
88
88
|
"unit": "seconds",
|
|
89
|
-
"
|
|
90
|
-
|
|
89
|
+
"allowed": [
|
|
90
|
+
{ "value": 0 },
|
|
91
|
+
{ "range": [10, 65535] }
|
|
92
|
+
],
|
|
91
93
|
"defaultValue": 0,
|
|
92
94
|
"unsigned": true,
|
|
93
95
|
"options": [
|
|
@@ -141,6 +143,7 @@
|
|
|
141
143
|
{
|
|
142
144
|
"#": "33",
|
|
143
145
|
"$if": "firmwareVersion >= 1.6",
|
|
146
|
+
"$purpose": "timer.auto_on",
|
|
144
147
|
"label": "Auto-On Timer",
|
|
145
148
|
"valueSize": 1,
|
|
146
149
|
"unit": "minutes",
|
|
@@ -157,6 +160,7 @@
|
|
|
157
160
|
{
|
|
158
161
|
"#": "34",
|
|
159
162
|
"$if": "firmwareVersion >= 1.6",
|
|
163
|
+
"$purpose": "timer.auto_off",
|
|
160
164
|
"label": "Auto-Off Timer",
|
|
161
165
|
"valueSize": 1,
|
|
162
166
|
"unit": "minutes",
|
|
@@ -172,6 +176,7 @@
|
|
|
172
176
|
},
|
|
173
177
|
{
|
|
174
178
|
"#": "151",
|
|
179
|
+
"$purpose": "reporting_threshold.power",
|
|
175
180
|
"label": "Power (W) Change Report Threshold",
|
|
176
181
|
"valueSize": 2,
|
|
177
182
|
"unit": "W",
|
|
@@ -188,6 +193,7 @@
|
|
|
188
193
|
},
|
|
189
194
|
{
|
|
190
195
|
"#": "152",
|
|
196
|
+
"$purpose": "reporting_threshold.power",
|
|
191
197
|
"label": "Power Report Percentage Threshold",
|
|
192
198
|
"valueSize": 1,
|
|
193
199
|
"unit": "%",
|
|
@@ -205,6 +211,7 @@
|
|
|
205
211
|
{
|
|
206
212
|
"#": "175",
|
|
207
213
|
"$if": "firmwareVersion >= 2.10",
|
|
214
|
+
"$purpose": "reporting_threshold.voltage",
|
|
208
215
|
"label": "Voltage (V) Change Report Threshold",
|
|
209
216
|
"valueSize": 1,
|
|
210
217
|
"unit": "V",
|
|
@@ -222,6 +229,7 @@
|
|
|
222
229
|
{
|
|
223
230
|
"#": "176",
|
|
224
231
|
"$if": "firmwareVersion >= 2.10",
|
|
232
|
+
"$purpose": "reporting_threshold.current",
|
|
225
233
|
"label": "Current (A) Change Report Threshold",
|
|
226
234
|
"valueSize": 2,
|
|
227
235
|
"unit": "mA",
|
|
@@ -238,6 +246,7 @@
|
|
|
238
246
|
},
|
|
239
247
|
{
|
|
240
248
|
"#": "171",
|
|
249
|
+
"$purpose": "reporting_interval.power",
|
|
241
250
|
"label": "Power (W) Report Interval",
|
|
242
251
|
"valueSize": 4,
|
|
243
252
|
"unit": "seconds",
|
|
@@ -253,6 +262,7 @@
|
|
|
253
262
|
},
|
|
254
263
|
{
|
|
255
264
|
"#": "172",
|
|
265
|
+
"$purpose": "reporting_interval.energy",
|
|
256
266
|
"label": "Energy (kWh) Report Interval",
|
|
257
267
|
"valueSize": 4,
|
|
258
268
|
"unit": "seconds",
|
|
@@ -268,6 +278,7 @@
|
|
|
268
278
|
},
|
|
269
279
|
{
|
|
270
280
|
"#": "173",
|
|
281
|
+
"$purpose": "reporting_interval.voltage",
|
|
271
282
|
"label": "Voltage (V) Report Interval",
|
|
272
283
|
"valueSize": 4,
|
|
273
284
|
"unit": "seconds",
|
|
@@ -283,6 +294,7 @@
|
|
|
283
294
|
},
|
|
284
295
|
{
|
|
285
296
|
"#": "174",
|
|
297
|
+
"$purpose": "reporting_interval.current",
|
|
286
298
|
"label": "Current (A) Report Interval",
|
|
287
299
|
"valueSize": 4,
|
|
288
300
|
"unit": "seconds",
|