You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1072 lines
77 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using HybirdFrameworkDriver.ModbusTcpMaster;
namespace Service.FireControl.Msg;
/// <summary>
/// 5.2传感器0x04
/// </summary>
public class Subzone5
{
/// <summary>
/// 防护区
/// 防护区编号:
/// 1表示电池仓
/// 2表示充电室
/// 3表示主控室
/// 4表示换电通道
/// 5表示电池仓 2
/// 6表示充电室 2
/// 7预留
/// 8预留
/// </summary>
public ModbusProperty<ushort> ProtectionZone001 { get; set; } = new(1);
/// <summary>
/// 类型
/// </summary>
public ModbusProperty<ushort> Type001 { get; set; } = new(2);
/// <summary>
/// 探测器 ID
/// </summary>
public ModbusProperty<ushort> DetectorID001 { get; set; } = new(3);
/// <summary>
/// 报警等级
/// </summary>
public ModbusProperty<ushort> AlarmLevel001 { get; set; } = new(4);
/// <summary>
/// 温度
/// </summary>
public ModbusProperty<ushort> Temperature001 { get; set; } = new(5, offset: 40);
/// <summary>
/// 一氧化碳浓度
/// </summary>
public ModbusProperty<ushort> CoConcentration001 { get; set; } = new(6);
/// <summary>
/// VOC
/// </summary>
//public ModbusProperty<ushort> VOC001 { get; set; } = new(7, scale: 1000);
public ModbusProperty<ushort> Smoke001 { get; set; } = new(8);
public ModbusProperty<ushort> ProtectionZone002 { get; set; } = new(17);
public ModbusProperty<ushort> Type002 { get; set; } = new(18);
public ModbusProperty<ushort> DetectorID002 { get; set; } = new(19);
public ModbusProperty<ushort> AlarmLevel002 { get; set; } = new(20);
public ModbusProperty<ushort> Temperature002 { get; set; } = new(21, offset: 40);
public ModbusProperty<ushort> CoConcentration002 { get; set; } = new(22);
//public ModbusProperty<ushort> VOC002 { get; set; } = new(23, scale: 1000);
public ModbusProperty<ushort> Smoke002 { get; set; } = new(24);
public ModbusProperty<ushort> ProtectionZone003 { get; set; } = new(33);
public ModbusProperty<ushort> Type003 { get; set; } = new(34);
public ModbusProperty<ushort> DetectorID003 { get; set; } = new(35);
public ModbusProperty<ushort> AlarmLevel003 { get; set; } = new(36);
public ModbusProperty<ushort> Temperature003 { get; set; } = new(37, offset: 40);
public ModbusProperty<ushort> CoConcentration003 { get; set; } = new(38);
//public ModbusProperty<ushort> VOC003 { get; set; } = new(39, scale: 1000);
public ModbusProperty<ushort> Smoke003 { get; set; } = new(40);
public ModbusProperty<ushort> ProtectionZone004 { get; set; } = new(49);
public ModbusProperty<ushort> Type004 { get; set; } = new(50);
public ModbusProperty<ushort> DetectorID004 { get; set; } = new(51);
public ModbusProperty<ushort> AlarmLevel004 { get; set; } = new(52);
public ModbusProperty<ushort> Temperature004 { get; set; } = new(53, offset: 40);
public ModbusProperty<ushort> CoConcentration004 { get; set; } = new(54);
//public ModbusProperty<ushort> VOC004 { get; set; } = new(55, scale: 1000);
public ModbusProperty<ushort> Smoke004 { get; set; } = new(56);
public ModbusProperty<ushort> ProtectionZone005 { get; set; } = new(65);
public ModbusProperty<ushort> Type005 { get; set; } = new(66);
public ModbusProperty<ushort> DetectorID005 { get; set; } = new(67);
public ModbusProperty<ushort> AlarmLevel005 { get; set; } = new(68);
public ModbusProperty<ushort> Temperature005 { get; set; } = new(69, offset: 40);
public ModbusProperty<ushort> CoConcentration005 { get; set; } = new(70);
//public ModbusProperty<ushort> VOC005 { get; set; } = new(71, scale: 1000);
public ModbusProperty<ushort> Smoke005 { get; set; } = new(72);
public ModbusProperty<ushort> ProtectionZone006 { get; set; } = new(81);
public ModbusProperty<ushort> Type006 { get; set; } = new(82);
public ModbusProperty<ushort> DetectorID006 { get; set; } = new(83);
public ModbusProperty<ushort> AlarmLevel006 { get; set; } = new(84);
public ModbusProperty<ushort> Temperature006 { get; set; } = new(85, offset: 40);
public ModbusProperty<ushort> CoConcentration006 { get; set; } = new(86);
//public ModbusProperty<ushort> VOC006 { get; set; } = new(87, scale: 1000);
public ModbusProperty<ushort> Smoke006 { get; set; } = new(88);
/*public ModbusProperty<ushort> ProtectionZone007 { get; set; } = new(97);
public ModbusProperty<ushort> Type007 { get; set; } = new(98);
public ModbusProperty<ushort> DetectorID007 { get; set; } = new(99);
public ModbusProperty<ushort> AlarmLevel007 { get; set; } = new(100);
public ModbusProperty<ushort> Temperature007 { get; set; } = new(101, offset: 40);
public ModbusProperty<ushort> CoConcentration007 { get; set; } = new(102);
public ModbusProperty<ushort> VOC007 { get; set; } = new(103, scale: 1000);
public ModbusProperty<ushort> Smoke007 { get; set; } = new(104);
public ModbusProperty<ushort> ProtectionZone008 { get; set; } = new(113);
public ModbusProperty<ushort> Type008 { get; set; } = new(114);
public ModbusProperty<ushort> DetectorID008 { get; set; } = new(115);
public ModbusProperty<ushort> AlarmLevel008 { get; set; } = new(116);
public ModbusProperty<ushort> Temperature008 { get; set; } = new(117, offset: 40);
public ModbusProperty<ushort> CoConcentration008 { get; set; } = new(118);
public ModbusProperty<ushort> VOC008 { get; set; } = new(119, scale: 1000);
public ModbusProperty<ushort> Smoke008 { get; set; } = new(120);
public ModbusProperty<ushort> ProtectionZone009 { get; set; } = new(129);
public ModbusProperty<ushort> Type009 { get; set; } = new(130);
public ModbusProperty<ushort> DetectorID009 { get; set; } = new(131);
public ModbusProperty<ushort> AlarmLevel009 { get; set; } = new(132);
public ModbusProperty<ushort> Temperature009 { get; set; } = new(133, offset: 40);
public ModbusProperty<ushort> CoConcentration009 { get; set; } = new(134);
public ModbusProperty<ushort> VOC009 { get; set; } = new(135, scale: 1000);
public ModbusProperty<ushort> Smoke009 { get; set; } = new(136);
public ModbusProperty<ushort> ProtectionZone010 { get; set; } = new(145);
public ModbusProperty<ushort> Type010 { get; set; } = new(146);
public ModbusProperty<ushort> DetectorID010 { get; set; } = new(147);
public ModbusProperty<ushort> AlarmLevel010 { get; set; } = new(148);
public ModbusProperty<ushort> Temperature010 { get; set; } = new(149, offset: 40);
public ModbusProperty<ushort> CoConcentration010 { get; set; } = new(150);
public ModbusProperty<ushort> VOC010 { get; set; } = new(151, scale: 1000);
public ModbusProperty<ushort> Smoke010 { get; set; } = new(152);
public ModbusProperty<ushort> ProtectionZone011 { get; set; } = new(161);
public ModbusProperty<ushort> Type011 { get; set; } = new(162);
public ModbusProperty<ushort> DetectorID011 { get; set; } = new(163);
public ModbusProperty<ushort> AlarmLevel011 { get; set; } = new(164);
public ModbusProperty<ushort> Temperature011 { get; set; } = new(165, offset: 40);
public ModbusProperty<ushort> CoConcentration011 { get; set; } = new(166);
public ModbusProperty<ushort> VOC011 { get; set; } = new(167, scale: 1000);
public ModbusProperty<ushort> Smoke011 { get; set; } = new(168);
public ModbusProperty<ushort> ProtectionZone012 { get; set; } = new(177);
public ModbusProperty<ushort> Type012 { get; set; } = new(178);
public ModbusProperty<ushort> DetectorID012 { get; set; } = new(179);
public ModbusProperty<ushort> AlarmLevel012 { get; set; } = new(180);
public ModbusProperty<ushort> Temperature012 { get; set; } = new(181, offset: 40);
public ModbusProperty<ushort> CoConcentration012 { get; set; } = new(182);
public ModbusProperty<ushort> VOC012 { get; set; } = new(183, scale: 1000);
public ModbusProperty<ushort> Smoke012 { get; set; } = new(184);
public ModbusProperty<ushort> ProtectionZone013 { get; set; } = new(193);
public ModbusProperty<ushort> Type013 { get; set; } = new(194);
public ModbusProperty<ushort> DetectorID013 { get; set; } = new(195);
public ModbusProperty<ushort> AlarmLevel013 { get; set; } = new(196);
public ModbusProperty<ushort> Temperature013 { get; set; } = new(197, offset: 40);
public ModbusProperty<ushort> CoConcentration013 { get; set; } = new(198);
public ModbusProperty<ushort> VOC013 { get; set; } = new(199, scale: 1000);
public ModbusProperty<ushort> Smoke013 { get; set; } = new(200);
public ModbusProperty<ushort> ProtectionZone014 { get; set; } = new(209);
public ModbusProperty<ushort> Type014 { get; set; } = new(210);
public ModbusProperty<ushort> DetectorID014 { get; set; } = new(211);
public ModbusProperty<ushort> AlarmLevel014 { get; set; } = new(212);
public ModbusProperty<ushort> Temperature014 { get; set; } = new(213, offset: 40);
public ModbusProperty<ushort> CoConcentration014 { get; set; } = new(214);
public ModbusProperty<ushort> VOC014 { get; set; } = new(215, scale: 1000);
public ModbusProperty<ushort> Smoke014 { get; set; } = new(216);
public ModbusProperty<ushort> ProtectionZone015 { get; set; } = new(225);
public ModbusProperty<ushort> Type015 { get; set; } = new(226);
public ModbusProperty<ushort> DetectorID015 { get; set; } = new(227);
public ModbusProperty<ushort> AlarmLevel015 { get; set; } = new(228);
public ModbusProperty<ushort> Temperature015 { get; set; } = new(229, offset: 40);
public ModbusProperty<ushort> CoConcentration015 { get; set; } = new(230);
public ModbusProperty<ushort> VOC015 { get; set; } = new(231, scale: 1000);
public ModbusProperty<ushort> Smoke015 { get; set; } = new(232);
public ModbusProperty<ushort> ProtectionZone016 { get; set; } = new(241);
public ModbusProperty<ushort> Type016 { get; set; } = new(242);
public ModbusProperty<ushort> DetectorID016 { get; set; } = new(243);
public ModbusProperty<ushort> AlarmLevel016 { get; set; } = new(244);
public ModbusProperty<ushort> Temperature016 { get; set; } = new(245, offset: 40);
public ModbusProperty<ushort> CoConcentration016 { get; set; } = new(246);
public ModbusProperty<ushort> VOC016 { get; set; } = new(247, scale: 1000);
public ModbusProperty<ushort> Smoke016 { get; set; } = new(248);
public ModbusProperty<ushort> ProtectionZone017 { get; set; } = new(257);
public ModbusProperty<ushort> Type017 { get; set; } = new(258);
public ModbusProperty<ushort> DetectorID017 { get; set; } = new(259);
public ModbusProperty<ushort> AlarmLevel017 { get; set; } = new(260);
public ModbusProperty<ushort> Temperature017 { get; set; } = new(261, offset: 40);
public ModbusProperty<ushort> CoConcentration017 { get; set; } = new(262);
public ModbusProperty<ushort> VOC017 { get; set; } = new(263, scale: 1000);
public ModbusProperty<ushort> Smoke017 { get; set; } = new(264);
public ModbusProperty<ushort> ProtectionZone018 { get; set; } = new(273);
public ModbusProperty<ushort> Type018 { get; set; } = new(274);
public ModbusProperty<ushort> DetectorID018 { get; set; } = new(275);
public ModbusProperty<ushort> AlarmLevel018 { get; set; } = new(276);
public ModbusProperty<ushort> Temperature018 { get; set; } = new(277, offset: 40);
public ModbusProperty<ushort> CoConcentration018 { get; set; } = new(278);
public ModbusProperty<ushort> VOC018 { get; set; } = new(279, scale: 1000);
public ModbusProperty<ushort> Smoke018 { get; set; } = new(280);
public ModbusProperty<ushort> ProtectionZone019 { get; set; } = new(289);
public ModbusProperty<ushort> Type019 { get; set; } = new(290);
public ModbusProperty<ushort> DetectorID019 { get; set; } = new(291);
public ModbusProperty<ushort> AlarmLevel019 { get; set; } = new(292);
public ModbusProperty<ushort> Temperature019 { get; set; } = new(293, offset: 40);
public ModbusProperty<ushort> CoConcentration019 { get; set; } = new(294);
public ModbusProperty<ushort> VOC019 { get; set; } = new(295, scale: 1000);
public ModbusProperty<ushort> Smoke019 { get; set; } = new(296);
public ModbusProperty<ushort> ProtectionZone020 { get; set; } = new(305);
public ModbusProperty<ushort> Type020 { get; set; } = new(306);
public ModbusProperty<ushort> DetectorID020 { get; set; } = new(307);
public ModbusProperty<ushort> AlarmLevel020 { get; set; } = new(308);
public ModbusProperty<ushort> Temperature020 { get; set; } = new(309, offset: 40);
public ModbusProperty<ushort> CoConcentration020 { get; set; } = new(310);
public ModbusProperty<ushort> VOC020 { get; set; } = new(311, scale: 1000);
public ModbusProperty<ushort> Smoke020 { get; set; } = new(312);
public ModbusProperty<ushort> ProtectionZone021 { get; set; } = new(321);
public ModbusProperty<ushort> Type021 { get; set; } = new(322);
public ModbusProperty<ushort> DetectorID021 { get; set; } = new(323);
public ModbusProperty<ushort> AlarmLevel021 { get; set; } = new(324);
public ModbusProperty<ushort> Temperature021 { get; set; } = new(325, offset: 40);
public ModbusProperty<ushort> CoConcentration021 { get; set; } = new(326);
public ModbusProperty<ushort> VOC021 { get; set; } = new(327, scale: 1000);
public ModbusProperty<ushort> Smoke021 { get; set; } = new(328);
public ModbusProperty<ushort> ProtectionZone022 { get; set; } = new(337);
public ModbusProperty<ushort> Type022 { get; set; } = new(338);
public ModbusProperty<ushort> DetectorID022 { get; set; } = new(339);
public ModbusProperty<ushort> AlarmLevel022 { get; set; } = new(340);
public ModbusProperty<ushort> Temperature022 { get; set; } = new(341, offset: 40);
public ModbusProperty<ushort> CoConcentration022 { get; set; } = new(342);
public ModbusProperty<ushort> VOC022 { get; set; } = new(343, scale: 1000);
public ModbusProperty<ushort> Smoke022 { get; set; } = new(344);
public ModbusProperty<ushort> ProtectionZone023 { get; set; } = new(353);
public ModbusProperty<ushort> Type023 { get; set; } = new(354);
public ModbusProperty<ushort> DetectorID023 { get; set; } = new(355);
public ModbusProperty<ushort> AlarmLevel023 { get; set; } = new(356);
public ModbusProperty<ushort> Temperature023 { get; set; } = new(357, offset: 40);
public ModbusProperty<ushort> CoConcentration023 { get; set; } = new(358);
public ModbusProperty<ushort> VOC023 { get; set; } = new(359, scale: 1000);
public ModbusProperty<ushort> Smoke023 { get; set; } = new(360);
public ModbusProperty<ushort> ProtectionZone024 { get; set; } = new(369);
public ModbusProperty<ushort> Type024 { get; set; } = new(370);
public ModbusProperty<ushort> DetectorID024 { get; set; } = new(371);
public ModbusProperty<ushort> AlarmLevel024 { get; set; } = new(372);
public ModbusProperty<ushort> Temperature024 { get; set; } = new(373, offset: 40);
public ModbusProperty<ushort> CoConcentration024 { get; set; } = new(374);
public ModbusProperty<ushort> VOC024 { get; set; } = new(375, scale: 1000);
public ModbusProperty<ushort> Smoke024 { get; set; } = new(376);
public ModbusProperty<ushort> ProtectionZone025 { get; set; } = new(385);
public ModbusProperty<ushort> Type025 { get; set; } = new(386);
public ModbusProperty<ushort> DetectorID025 { get; set; } = new(387);
public ModbusProperty<ushort> AlarmLevel025 { get; set; } = new(388);
public ModbusProperty<ushort> Temperature025 { get; set; } = new(389, offset: 40);
public ModbusProperty<ushort> CoConcentration025 { get; set; } = new(390);
public ModbusProperty<ushort> VOC025 { get; set; } = new(391, scale: 1000);
public ModbusProperty<ushort> Smoke025 { get; set; } = new(392);
public ModbusProperty<ushort> ProtectionZone026 { get; set; } = new(401);
public ModbusProperty<ushort> Type026 { get; set; } = new(402);
public ModbusProperty<ushort> DetectorID026 { get; set; } = new(403);
public ModbusProperty<ushort> AlarmLevel026 { get; set; } = new(404);
public ModbusProperty<ushort> Temperature026 { get; set; } = new(405, offset: 40);
public ModbusProperty<ushort> CoConcentration026 { get; set; } = new(406);
public ModbusProperty<ushort> VOC026 { get; set; } = new(407, scale: 1000);
public ModbusProperty<ushort> Smoke026 { get; set; } = new(408);
public ModbusProperty<ushort> ProtectionZone027 { get; set; } = new(417);
public ModbusProperty<ushort> Type027 { get; set; } = new(418);
public ModbusProperty<ushort> DetectorID027 { get; set; } = new(419);
public ModbusProperty<ushort> AlarmLevel027 { get; set; } = new(420);
public ModbusProperty<ushort> Temperature027 { get; set; } = new(421, offset: 40);
public ModbusProperty<ushort> CoConcentration027 { get; set; } = new(422);
public ModbusProperty<ushort> VOC027 { get; set; } = new(423, scale: 1000);
public ModbusProperty<ushort> Smoke027 { get; set; } = new(424);
public ModbusProperty<ushort> ProtectionZone028 { get; set; } = new(433);
public ModbusProperty<ushort> Type028 { get; set; } = new(434);
public ModbusProperty<ushort> DetectorID028 { get; set; } = new(435);
public ModbusProperty<ushort> AlarmLevel028 { get; set; } = new(436);
public ModbusProperty<ushort> Temperature028 { get; set; } = new(437, offset: 40);
public ModbusProperty<ushort> CoConcentration028 { get; set; } = new(438);
public ModbusProperty<ushort> VOC028 { get; set; } = new(439, scale: 1000);
public ModbusProperty<ushort> Smoke028 { get; set; } = new(440);
public ModbusProperty<ushort> ProtectionZone029 { get; set; } = new(449);
public ModbusProperty<ushort> Type029 { get; set; } = new(450);
public ModbusProperty<ushort> DetectorID029 { get; set; } = new(451);
public ModbusProperty<ushort> AlarmLevel029 { get; set; } = new(452);
public ModbusProperty<ushort> Temperature029 { get; set; } = new(453, offset: 40);
public ModbusProperty<ushort> CoConcentration029 { get; set; } = new(454);
public ModbusProperty<ushort> VOC029 { get; set; } = new(455, scale: 1000);
public ModbusProperty<ushort> Smoke029 { get; set; } = new(456);
public ModbusProperty<ushort> ProtectionZone030 { get; set; } = new(465);
public ModbusProperty<ushort> Type030 { get; set; } = new(466);
public ModbusProperty<ushort> DetectorID030 { get; set; } = new(467);
public ModbusProperty<ushort> AlarmLevel030 { get; set; } = new(468);
public ModbusProperty<ushort> Temperature030 { get; set; } = new(469, offset: 40);
public ModbusProperty<ushort> CoConcentration030 { get; set; } = new(470);
public ModbusProperty<ushort> VOC030 { get; set; } = new(471, scale: 1000);
public ModbusProperty<ushort> Smoke030 { get; set; } = new(472);
public ModbusProperty<ushort> ProtectionZone031 { get; set; } = new(481);
public ModbusProperty<ushort> Type031 { get; set; } = new(482);
public ModbusProperty<ushort> DetectorID031 { get; set; } = new(483);
public ModbusProperty<ushort> AlarmLevel031 { get; set; } = new(484);
public ModbusProperty<ushort> Temperature031 { get; set; } = new(485, offset: 40);
public ModbusProperty<ushort> CoConcentration031 { get; set; } = new(486);
public ModbusProperty<ushort> VOC031 { get; set; } = new(487, scale: 1000);
public ModbusProperty<ushort> Smoke031 { get; set; } = new(488);
public ModbusProperty<ushort> ProtectionZone032 { get; set; } = new(497);
public ModbusProperty<ushort> Type032 { get; set; } = new(498);
public ModbusProperty<ushort> DetectorID032 { get; set; } = new(499);
public ModbusProperty<ushort> AlarmLevel032 { get; set; } = new(500);
public ModbusProperty<ushort> Temperature032 { get; set; } = new(501, offset: 40);
public ModbusProperty<ushort> CoConcentration032 { get; set; } = new(502);
public ModbusProperty<ushort> VOC032 { get; set; } = new(503, scale: 1000);
public ModbusProperty<ushort> Smoke032 { get; set; } = new(504);
public ModbusProperty<ushort> ProtectionZone033 { get; set; } = new(513);
public ModbusProperty<ushort> Type033 { get; set; } = new(514);
public ModbusProperty<ushort> DetectorID033 { get; set; } = new(515);
public ModbusProperty<ushort> AlarmLevel033 { get; set; } = new(516);
public ModbusProperty<ushort> Temperature033 { get; set; } = new(517, offset: 40);
public ModbusProperty<ushort> CoConcentration033 { get; set; } = new(518);
public ModbusProperty<ushort> VOC033 { get; set; } = new(519, scale: 1000);
public ModbusProperty<ushort> Smoke033 { get; set; } = new(520);
public ModbusProperty<ushort> ProtectionZone034 { get; set; } = new(529);
public ModbusProperty<ushort> Type034 { get; set; } = new(530);
public ModbusProperty<ushort> DetectorID034 { get; set; } = new(531);
public ModbusProperty<ushort> AlarmLevel034 { get; set; } = new(532);
public ModbusProperty<ushort> Temperature034 { get; set; } = new(533, offset: 40);
public ModbusProperty<ushort> CoConcentration034 { get; set; } = new(534);
public ModbusProperty<ushort> VOC034 { get; set; } = new(535, scale: 1000);
public ModbusProperty<ushort> Smoke034 { get; set; } = new(536);
public ModbusProperty<ushort> ProtectionZone035 { get; set; } = new(545);
public ModbusProperty<ushort> Type035 { get; set; } = new(546);
public ModbusProperty<ushort> DetectorID035 { get; set; } = new(547);
public ModbusProperty<ushort> AlarmLevel035 { get; set; } = new(548);
public ModbusProperty<ushort> Temperature035 { get; set; } = new(549, offset: 40);
public ModbusProperty<ushort> CoConcentration035 { get; set; } = new(550);
public ModbusProperty<ushort> VOC035 { get; set; } = new(551, scale: 1000);
public ModbusProperty<ushort> Smoke035 { get; set; } = new(552);
public ModbusProperty<ushort> ProtectionZone036 { get; set; } = new(561);
public ModbusProperty<ushort> Type036 { get; set; } = new(562);
public ModbusProperty<ushort> DetectorID036 { get; set; } = new(563);
public ModbusProperty<ushort> AlarmLevel036 { get; set; } = new(564);
public ModbusProperty<ushort> Temperature036 { get; set; } = new(565, offset: 40);
public ModbusProperty<ushort> CoConcentration036 { get; set; } = new(566);
public ModbusProperty<ushort> VOC036 { get; set; } = new(567, scale: 1000);
public ModbusProperty<ushort> Smoke036 { get; set; } = new(568);
public ModbusProperty<ushort> ProtectionZone037 { get; set; } = new(577);
public ModbusProperty<ushort> Type037 { get; set; } = new(578);
public ModbusProperty<ushort> DetectorID037 { get; set; } = new(579);
public ModbusProperty<ushort> AlarmLevel037 { get; set; } = new(580);
public ModbusProperty<ushort> Temperature037 { get; set; } = new(581, offset: 40);
public ModbusProperty<ushort> CoConcentration037 { get; set; } = new(582);
public ModbusProperty<ushort> VOC037 { get; set; } = new(583, scale: 1000);
public ModbusProperty<ushort> Smoke037 { get; set; } = new(584);
public ModbusProperty<ushort> ProtectionZone038 { get; set; } = new(593);
public ModbusProperty<ushort> Type038 { get; set; } = new(594);
public ModbusProperty<ushort> DetectorID038 { get; set; } = new(595);
public ModbusProperty<ushort> AlarmLevel038 { get; set; } = new(596);
public ModbusProperty<ushort> Temperature038 { get; set; } = new(597, offset: 40);
public ModbusProperty<ushort> CoConcentration038 { get; set; } = new(598);
public ModbusProperty<ushort> VOC038 { get; set; } = new(599, scale: 1000);
public ModbusProperty<ushort> Smoke038 { get; set; } = new(600);
public ModbusProperty<ushort> ProtectionZone039 { get; set; } = new(609);
public ModbusProperty<ushort> Type039 { get; set; } = new(610);
public ModbusProperty<ushort> DetectorID039 { get; set; } = new(611);
public ModbusProperty<ushort> AlarmLevel039 { get; set; } = new(612);
public ModbusProperty<ushort> Temperature039 { get; set; } = new(613, offset: 40);
public ModbusProperty<ushort> CoConcentration039 { get; set; } = new(614);
public ModbusProperty<ushort> VOC039 { get; set; } = new(615, scale: 1000);
public ModbusProperty<ushort> Smoke039 { get; set; } = new(616);
public ModbusProperty<ushort> ProtectionZone040 { get; set; } = new(625);
public ModbusProperty<ushort> Type040 { get; set; } = new(626);
public ModbusProperty<ushort> DetectorID040 { get; set; } = new(627);
public ModbusProperty<ushort> AlarmLevel040 { get; set; } = new(628);
public ModbusProperty<ushort> Temperature040 { get; set; } = new(629, offset: 40);
public ModbusProperty<ushort> CoConcentration040 { get; set; } = new(630);
public ModbusProperty<ushort> VOC040 { get; set; } = new(631, scale: 1000);
public ModbusProperty<ushort> Smoke040 { get; set; } = new(632);
public ModbusProperty<ushort> ProtectionZone041 { get; set; } = new(641);
public ModbusProperty<ushort> Type041 { get; set; } = new(642);
public ModbusProperty<ushort> DetectorID041 { get; set; } = new(643);
public ModbusProperty<ushort> AlarmLevel041 { get; set; } = new(644);
public ModbusProperty<ushort> Temperature041 { get; set; } = new(645, offset: 40);
public ModbusProperty<ushort> CoConcentration041 { get; set; } = new(646);
public ModbusProperty<ushort> VOC041 { get; set; } = new(647, scale: 1000);
public ModbusProperty<ushort> Smoke041 { get; set; } = new(648);
public ModbusProperty<ushort> ProtectionZone042 { get; set; } = new(657);
public ModbusProperty<ushort> Type042 { get; set; } = new(658);
public ModbusProperty<ushort> DetectorID042 { get; set; } = new(659);
public ModbusProperty<ushort> AlarmLevel042 { get; set; } = new(660);
public ModbusProperty<ushort> Temperature042 { get; set; } = new(661, offset: 40);
public ModbusProperty<ushort> CoConcentration042 { get; set; } = new(662);
public ModbusProperty<ushort> VOC042 { get; set; } = new(663, scale: 1000);
public ModbusProperty<ushort> Smoke042 { get; set; } = new(664);
public ModbusProperty<ushort> ProtectionZone043 { get; set; } = new(673);
public ModbusProperty<ushort> Type043 { get; set; } = new(674);
public ModbusProperty<ushort> DetectorID043 { get; set; } = new(675);
public ModbusProperty<ushort> AlarmLevel043 { get; set; } = new(676);
public ModbusProperty<ushort> Temperature043 { get; set; } = new(677, offset: 40);
public ModbusProperty<ushort> CoConcentration043 { get; set; } = new(678);
public ModbusProperty<ushort> VOC043 { get; set; } = new(679, scale: 1000);
public ModbusProperty<ushort> Smoke043 { get; set; } = new(680);
public ModbusProperty<ushort> ProtectionZone044 { get; set; } = new(689);
public ModbusProperty<ushort> Type044 { get; set; } = new(690);
public ModbusProperty<ushort> DetectorID044 { get; set; } = new(691);
public ModbusProperty<ushort> AlarmLevel044 { get; set; } = new(692);
public ModbusProperty<ushort> Temperature044 { get; set; } = new(693, offset: 40);
public ModbusProperty<ushort> CoConcentration044 { get; set; } = new(694);
public ModbusProperty<ushort> VOC044 { get; set; } = new(695, scale: 1000);
public ModbusProperty<ushort> Smoke044 { get; set; } = new(696);
public ModbusProperty<ushort> ProtectionZone045 { get; set; } = new(705);
public ModbusProperty<ushort> Type045 { get; set; } = new(706);
public ModbusProperty<ushort> DetectorID045 { get; set; } = new(707);
public ModbusProperty<ushort> AlarmLevel045 { get; set; } = new(708);
public ModbusProperty<ushort> Temperature045 { get; set; } = new(709, offset: 40);
public ModbusProperty<ushort> CoConcentration045 { get; set; } = new(710);
public ModbusProperty<ushort> VOC045 { get; set; } = new(711, scale: 1000);
public ModbusProperty<ushort> Smoke045 { get; set; } = new(712);
public ModbusProperty<ushort> ProtectionZone046 { get; set; } = new(721);
public ModbusProperty<ushort> Type046 { get; set; } = new(722);
public ModbusProperty<ushort> DetectorID046 { get; set; } = new(723);
public ModbusProperty<ushort> AlarmLevel046 { get; set; } = new(724);
public ModbusProperty<ushort> Temperature046 { get; set; } = new(725, offset: 40);
public ModbusProperty<ushort> CoConcentration046 { get; set; } = new(726);
public ModbusProperty<ushort> VOC046 { get; set; } = new(727, scale: 1000);
public ModbusProperty<ushort> Smoke046 { get; set; } = new(728);
public ModbusProperty<ushort> ProtectionZone047 { get; set; } = new(737);
public ModbusProperty<ushort> Type047 { get; set; } = new(738);
public ModbusProperty<ushort> DetectorID047 { get; set; } = new(739);
public ModbusProperty<ushort> AlarmLevel047 { get; set; } = new(740);
public ModbusProperty<ushort> Temperature047 { get; set; } = new(741, offset: 40);
public ModbusProperty<ushort> CoConcentration047 { get; set; } = new(742);
public ModbusProperty<ushort> VOC047 { get; set; } = new(743, scale: 1000);
public ModbusProperty<ushort> Smoke047 { get; set; } = new(744);
public ModbusProperty<ushort> ProtectionZone048 { get; set; } = new(753);
public ModbusProperty<ushort> Type048 { get; set; } = new(754);
public ModbusProperty<ushort> DetectorID048 { get; set; } = new(755);
public ModbusProperty<ushort> AlarmLevel048 { get; set; } = new(756);
public ModbusProperty<ushort> Temperature048 { get; set; } = new(757, offset: 40);
public ModbusProperty<ushort> CoConcentration048 { get; set; } = new(758);
public ModbusProperty<ushort> VOC048 { get; set; } = new(759, scale: 1000);
public ModbusProperty<ushort> Smoke048 { get; set; } = new(760);
public ModbusProperty<ushort> ProtectionZone049 { get; set; } = new(769);
public ModbusProperty<ushort> Type049 { get; set; } = new(770);
public ModbusProperty<ushort> DetectorID049 { get; set; } = new(771);
public ModbusProperty<ushort> AlarmLevel049 { get; set; } = new(772);
public ModbusProperty<ushort> Temperature049 { get; set; } = new(773, offset: 40);
public ModbusProperty<ushort> CoConcentration049 { get; set; } = new(774);
public ModbusProperty<ushort> VOC049 { get; set; } = new(775, scale: 1000);
public ModbusProperty<ushort> Smoke049 { get; set; } = new(776);
public ModbusProperty<ushort> ProtectionZone050 { get; set; } = new(785);
public ModbusProperty<ushort> Type050 { get; set; } = new(786);
public ModbusProperty<ushort> DetectorID050 { get; set; } = new(787);
public ModbusProperty<ushort> AlarmLevel050 { get; set; } = new(788);
public ModbusProperty<ushort> Temperature050 { get; set; } = new(789, offset: 40);
public ModbusProperty<ushort> CoConcentration050 { get; set; } = new(790);
public ModbusProperty<ushort> VOC050 { get; set; } = new(791, scale: 1000);
public ModbusProperty<ushort> Smoke050 { get; set; } = new(792);
public ModbusProperty<ushort> ProtectionZone051 { get; set; } = new(801);
public ModbusProperty<ushort> Type051 { get; set; } = new(802);
public ModbusProperty<ushort> DetectorID051 { get; set; } = new(803);
public ModbusProperty<ushort> AlarmLevel051 { get; set; } = new(804);
public ModbusProperty<ushort> Temperature051 { get; set; } = new(805, offset: 40);
public ModbusProperty<ushort> CoConcentration051 { get; set; } = new(806);
public ModbusProperty<ushort> VOC051 { get; set; } = new(807, scale: 1000);
public ModbusProperty<ushort> Smoke051 { get; set; } = new(808);
public ModbusProperty<ushort> ProtectionZone052 { get; set; } = new(817);
public ModbusProperty<ushort> Type052 { get; set; } = new(818);
public ModbusProperty<ushort> DetectorID052 { get; set; } = new(819);
public ModbusProperty<ushort> AlarmLevel052 { get; set; } = new(820);
public ModbusProperty<ushort> Temperature052 { get; set; } = new(821, offset: 40);
public ModbusProperty<ushort> CoConcentration052 { get; set; } = new(822);
public ModbusProperty<ushort> VOC052 { get; set; } = new(823, scale: 1000);
public ModbusProperty<ushort> Smoke052 { get; set; } = new(824);
public ModbusProperty<ushort> ProtectionZone053 { get; set; } = new(833);
public ModbusProperty<ushort> Type053 { get; set; } = new(834);
public ModbusProperty<ushort> DetectorID053 { get; set; } = new(835);
public ModbusProperty<ushort> AlarmLevel053 { get; set; } = new(836);
public ModbusProperty<ushort> Temperature053 { get; set; } = new(837, offset: 40);
public ModbusProperty<ushort> CoConcentration053 { get; set; } = new(838);
public ModbusProperty<ushort> VOC053 { get; set; } = new(839, scale: 1000);
public ModbusProperty<ushort> Smoke053 { get; set; } = new(840);
public ModbusProperty<ushort> ProtectionZone054 { get; set; } = new(849);
public ModbusProperty<ushort> Type054 { get; set; } = new(850);
public ModbusProperty<ushort> DetectorID054 { get; set; } = new(851);
public ModbusProperty<ushort> AlarmLevel054 { get; set; } = new(852);
public ModbusProperty<ushort> Temperature054 { get; set; } = new(853, offset: 40);
public ModbusProperty<ushort> CoConcentration054 { get; set; } = new(854);
public ModbusProperty<ushort> VOC054 { get; set; } = new(855, scale: 1000);
public ModbusProperty<ushort> Smoke054 { get; set; } = new(856);
public ModbusProperty<ushort> ProtectionZone055 { get; set; } = new(865);
public ModbusProperty<ushort> Type055 { get; set; } = new(866);
public ModbusProperty<ushort> DetectorID055 { get; set; } = new(867);
public ModbusProperty<ushort> AlarmLevel055 { get; set; } = new(868);
public ModbusProperty<ushort> Temperature055 { get; set; } = new(869, offset: 40);
public ModbusProperty<ushort> CoConcentration055 { get; set; } = new(870);
public ModbusProperty<ushort> VOC055 { get; set; } = new(871, scale: 1000);
public ModbusProperty<ushort> Smoke055 { get; set; } = new(872);
public ModbusProperty<ushort> ProtectionZone056 { get; set; } = new(881);
public ModbusProperty<ushort> Type056 { get; set; } = new(882);
public ModbusProperty<ushort> DetectorID056 { get; set; } = new(883);
public ModbusProperty<ushort> AlarmLevel056 { get; set; } = new(884);
public ModbusProperty<ushort> Temperature056 { get; set; } = new(885, offset: 40);
public ModbusProperty<ushort> CoConcentration056 { get; set; } = new(886);
public ModbusProperty<ushort> VOC056 { get; set; } = new(887, scale: 1000);
public ModbusProperty<ushort> Smoke056 { get; set; } = new(888);
public ModbusProperty<ushort> ProtectionZone057 { get; set; } = new(897);
public ModbusProperty<ushort> Type057 { get; set; } = new(898);
public ModbusProperty<ushort> DetectorID057 { get; set; } = new(899);
public ModbusProperty<ushort> AlarmLevel057 { get; set; } = new(900);
public ModbusProperty<ushort> Temperature057 { get; set; } = new(901, offset: 40);
public ModbusProperty<ushort> CoConcentration057 { get; set; } = new(902);
public ModbusProperty<ushort> VOC057 { get; set; } = new(903, scale: 1000);
public ModbusProperty<ushort> Smoke057 { get; set; } = new(904);
public ModbusProperty<ushort> ProtectionZone058 { get; set; } = new(913);
public ModbusProperty<ushort> Type058 { get; set; } = new(914);
public ModbusProperty<ushort> DetectorID058 { get; set; } = new(915);
public ModbusProperty<ushort> AlarmLevel058 { get; set; } = new(916);
public ModbusProperty<ushort> Temperature058 { get; set; } = new(917, offset: 40);
public ModbusProperty<ushort> CoConcentration058 { get; set; } = new(918);
public ModbusProperty<ushort> VOC058 { get; set; } = new(919, scale: 1000);
public ModbusProperty<ushort> Smoke058 { get; set; } = new(920);
public ModbusProperty<ushort> ProtectionZone059 { get; set; } = new(929);
public ModbusProperty<ushort> Type059 { get; set; } = new(930);
public ModbusProperty<ushort> DetectorID059 { get; set; } = new(931);
public ModbusProperty<ushort> AlarmLevel059 { get; set; } = new(932);
public ModbusProperty<ushort> Temperature059 { get; set; } = new(933, offset: 40);
public ModbusProperty<ushort> CoConcentration059 { get; set; } = new(934);
public ModbusProperty<ushort> VOC059 { get; set; } = new(935, scale: 1000);
public ModbusProperty<ushort> Smoke059 { get; set; } = new(936);
public ModbusProperty<ushort> ProtectionZone060 { get; set; } = new(945);
public ModbusProperty<ushort> Type060 { get; set; } = new(946);
public ModbusProperty<ushort> DetectorID060 { get; set; } = new(947);
public ModbusProperty<ushort> AlarmLevel060 { get; set; } = new(948);
public ModbusProperty<ushort> Temperature060 { get; set; } = new(949, offset: 40);
public ModbusProperty<ushort> CoConcentration060 { get; set; } = new(950);
public ModbusProperty<ushort> VOC060 { get; set; } = new(951, scale: 1000);
public ModbusProperty<ushort> Smoke060 { get; set; } = new(952);
public ModbusProperty<ushort> ProtectionZone061 { get; set; } = new(961);
public ModbusProperty<ushort> Type061 { get; set; } = new(962);
public ModbusProperty<ushort> DetectorID061 { get; set; } = new(963);
public ModbusProperty<ushort> AlarmLevel061 { get; set; } = new(964);
public ModbusProperty<ushort> Temperature061 { get; set; } = new(965, offset: 40);
public ModbusProperty<ushort> CoConcentration061 { get; set; } = new(966);
public ModbusProperty<ushort> VOC061 { get; set; } = new(967, scale: 1000);
public ModbusProperty<ushort> Smoke061 { get; set; } = new(968);
public ModbusProperty<ushort> ProtectionZone062 { get; set; } = new(977);
public ModbusProperty<ushort> Type062 { get; set; } = new(978);
public ModbusProperty<ushort> DetectorID062 { get; set; } = new(979);
public ModbusProperty<ushort> AlarmLevel062 { get; set; } = new(980);
public ModbusProperty<ushort> Temperature062 { get; set; } = new(981, offset: 40);
public ModbusProperty<ushort> CoConcentration062 { get; set; } = new(982);
public ModbusProperty<ushort> VOC062 { get; set; } = new(983, scale: 1000);
public ModbusProperty<ushort> Smoke062 { get; set; } = new(984);
public ModbusProperty<ushort> ProtectionZone063 { get; set; } = new(993);
public ModbusProperty<ushort> Type063 { get; set; } = new(994);
public ModbusProperty<ushort> DetectorID063 { get; set; } = new(995);
public ModbusProperty<ushort> AlarmLevel063 { get; set; } = new(996);
public ModbusProperty<ushort> Temperature063 { get; set; } = new(997, offset: 40);
public ModbusProperty<ushort> CoConcentration063 { get; set; } = new(998);
public ModbusProperty<ushort> VOC063 { get; set; } = new(999, scale: 1000);
public ModbusProperty<ushort> Smoke063 { get; set; } = new(1000);
public ModbusProperty<ushort> ProtectionZone064 { get; set; } = new(1009);
public ModbusProperty<ushort> Type064 { get; set; } = new(1010);
public ModbusProperty<ushort> DetectorID064 { get; set; } = new(1011);
public ModbusProperty<ushort> AlarmLevel064 { get; set; } = new(1012);
public ModbusProperty<ushort> Temperature064 { get; set; } = new(1013, offset: 40);
public ModbusProperty<ushort> CoConcentration064 { get; set; } = new(1014);
public ModbusProperty<ushort> VOC064 { get; set; } = new(1015, scale: 1000);
public ModbusProperty<ushort> Smoke064 { get; set; } = new(1016);
public ModbusProperty<ushort> ProtectionZone065 { get; set; } = new(1025);
public ModbusProperty<ushort> Type065 { get; set; } = new(1026);
public ModbusProperty<ushort> DetectorID065 { get; set; } = new(1027);
public ModbusProperty<ushort> AlarmLevel065 { get; set; } = new(1028);
public ModbusProperty<ushort> Temperature065 { get; set; } = new(1029, offset: 40);
public ModbusProperty<ushort> CoConcentration065 { get; set; } = new(1030);
public ModbusProperty<ushort> VOC065 { get; set; } = new(1031, scale: 1000);
public ModbusProperty<ushort> Smoke065 { get; set; } = new(1032);
public ModbusProperty<ushort> ProtectionZone066 { get; set; } = new(1041);
public ModbusProperty<ushort> Type066 { get; set; } = new(1042);
public ModbusProperty<ushort> DetectorID066 { get; set; } = new(1043);
public ModbusProperty<ushort> AlarmLevel066 { get; set; } = new(1044);
public ModbusProperty<ushort> Temperature066 { get; set; } = new(1045, offset: 40);
public ModbusProperty<ushort> CoConcentration066 { get; set; } = new(1046);
public ModbusProperty<ushort> VOC066 { get; set; } = new(1047, scale: 1000);
public ModbusProperty<ushort> Smoke066 { get; set; } = new(1048);
public ModbusProperty<ushort> ProtectionZone067 { get; set; } = new(1057);
public ModbusProperty<ushort> Type067 { get; set; } = new(1058);
public ModbusProperty<ushort> DetectorID067 { get; set; } = new(1059);
public ModbusProperty<ushort> AlarmLevel067 { get; set; } = new(1060);
public ModbusProperty<ushort> Temperature067 { get; set; } = new(1061, offset: 40);
public ModbusProperty<ushort> CoConcentration067 { get; set; } = new(1062);
public ModbusProperty<ushort> VOC067 { get; set; } = new(1063, scale: 1000);
public ModbusProperty<ushort> Smoke067 { get; set; } = new(1064);
public ModbusProperty<ushort> ProtectionZone068 { get; set; } = new(1073);
public ModbusProperty<ushort> Type068 { get; set; } = new(1074);
public ModbusProperty<ushort> DetectorID068 { get; set; } = new(1075);
public ModbusProperty<ushort> AlarmLevel068 { get; set; } = new(1076);
public ModbusProperty<ushort> Temperature068 { get; set; } = new(1077, offset: 40);
public ModbusProperty<ushort> CoConcentration068 { get; set; } = new(1078);
public ModbusProperty<ushort> VOC068 { get; set; } = new(1079, scale: 1000);
public ModbusProperty<ushort> Smoke068 { get; set; } = new(1080);
public ModbusProperty<ushort> ProtectionZone069 { get; set; } = new(1089);
public ModbusProperty<ushort> Type069 { get; set; } = new(1090);
public ModbusProperty<ushort> DetectorID069 { get; set; } = new(1091);
public ModbusProperty<ushort> AlarmLevel069 { get; set; } = new(1092);
public ModbusProperty<ushort> Temperature069 { get; set; } = new(1093, offset: 40);
public ModbusProperty<ushort> CoConcentration069 { get; set; } = new(1094);
public ModbusProperty<ushort> VOC069 { get; set; } = new(1095, scale: 1000);
public ModbusProperty<ushort> Smoke069 { get; set; } = new(1096);
public ModbusProperty<ushort> ProtectionZone070 { get; set; } = new(1105);
public ModbusProperty<ushort> Type070 { get; set; } = new(1106);
public ModbusProperty<ushort> DetectorID070 { get; set; } = new(1107);
public ModbusProperty<ushort> AlarmLevel070 { get; set; } = new(1108);
public ModbusProperty<ushort> Temperature070 { get; set; } = new(1109, offset: 40);
public ModbusProperty<ushort> CoConcentration070 { get; set; } = new(1110);
public ModbusProperty<ushort> VOC070 { get; set; } = new(1111, scale: 1000);
public ModbusProperty<ushort> Smoke070 { get; set; } = new(1112);
public ModbusProperty<ushort> ProtectionZone071 { get; set; } = new(1121);
public ModbusProperty<ushort> Type071 { get; set; } = new(1122);
public ModbusProperty<ushort> DetectorID071 { get; set; } = new(1123);
public ModbusProperty<ushort> AlarmLevel071 { get; set; } = new(1124);
public ModbusProperty<ushort> Temperature071 { get; set; } = new(1125, offset: 40);
public ModbusProperty<ushort> CoConcentration071 { get; set; } = new(1126);
public ModbusProperty<ushort> VOC071 { get; set; } = new(1127, scale: 1000);
public ModbusProperty<ushort> Smoke071 { get; set; } = new(1128);
public ModbusProperty<ushort> ProtectionZone072 { get; set; } = new(1137);
public ModbusProperty<ushort> Type072 { get; set; } = new(1138);
public ModbusProperty<ushort> DetectorID072 { get; set; } = new(1139);
public ModbusProperty<ushort> AlarmLevel072 { get; set; } = new(1140);
public ModbusProperty<ushort> Temperature072 { get; set; } = new(1141, offset: 40);
public ModbusProperty<ushort> CoConcentration072 { get; set; } = new(1142);
public ModbusProperty<ushort> VOC072 { get; set; } = new(1143, scale: 1000);
public ModbusProperty<ushort> Smoke072 { get; set; } = new(1144);
public ModbusProperty<ushort> ProtectionZone073 { get; set; } = new(1153);
public ModbusProperty<ushort> Type073 { get; set; } = new(1154);
public ModbusProperty<ushort> DetectorID073 { get; set; } = new(1155);
public ModbusProperty<ushort> AlarmLevel073 { get; set; } = new(1156);
public ModbusProperty<ushort> Temperature073 { get; set; } = new(1157, offset: 40);
public ModbusProperty<ushort> CoConcentration073 { get; set; } = new(1158);
public ModbusProperty<ushort> VOC073 { get; set; } = new(1159, scale: 1000);
public ModbusProperty<ushort> Smoke073 { get; set; } = new(1160);
public ModbusProperty<ushort> ProtectionZone074 { get; set; } = new(1169);
public ModbusProperty<ushort> Type074 { get; set; } = new(1170);
public ModbusProperty<ushort> DetectorID074 { get; set; } = new(1171);
public ModbusProperty<ushort> AlarmLevel074 { get; set; } = new(1172);
public ModbusProperty<ushort> Temperature074 { get; set; } = new(1173, offset: 40);
public ModbusProperty<ushort> CoConcentration074 { get; set; } = new(1174);
public ModbusProperty<ushort> VOC074 { get; set; } = new(1175, scale: 1000);
public ModbusProperty<ushort> Smoke074 { get; set; } = new(1176);
public ModbusProperty<ushort> ProtectionZone075 { get; set; } = new(1185);
public ModbusProperty<ushort> Type075 { get; set; } = new(1186);
public ModbusProperty<ushort> DetectorID075 { get; set; } = new(1187);
public ModbusProperty<ushort> AlarmLevel075 { get; set; } = new(1188);
public ModbusProperty<ushort> Temperature075 { get; set; } = new(1189, offset: 40);
public ModbusProperty<ushort> CoConcentration075 { get; set; } = new(1190);
public ModbusProperty<ushort> VOC075 { get; set; } = new(1191, scale: 1000);
public ModbusProperty<ushort> Smoke075 { get; set; } = new(1192);
public ModbusProperty<ushort> ProtectionZone076 { get; set; } = new(1201);
public ModbusProperty<ushort> Type076 { get; set; } = new(1202);
public ModbusProperty<ushort> DetectorID076 { get; set; } = new(1203);
public ModbusProperty<ushort> AlarmLevel076 { get; set; } = new(1204);
public ModbusProperty<ushort> Temperature076 { get; set; } = new(1205, offset: 40);
public ModbusProperty<ushort> CoConcentration076 { get; set; } = new(1206);
public ModbusProperty<ushort> VOC076 { get; set; } = new(1207, scale: 1000);
public ModbusProperty<ushort> Smoke076 { get; set; } = new(1208);
public ModbusProperty<ushort> ProtectionZone077 { get; set; } = new(1217);
public ModbusProperty<ushort> Type077 { get; set; } = new(1218);
public ModbusProperty<ushort> DetectorID077 { get; set; } = new(1219);
public ModbusProperty<ushort> AlarmLevel077 { get; set; } = new(1220);
public ModbusProperty<ushort> Temperature077 { get; set; } = new(1221, offset: 40);
public ModbusProperty<ushort> CoConcentration077 { get; set; } = new(1222);
public ModbusProperty<ushort> VOC077 { get; set; } = new(1223, scale: 1000);
public ModbusProperty<ushort> Smoke077 { get; set; } = new(1224);
public ModbusProperty<ushort> ProtectionZone078 { get; set; } = new(1233);
public ModbusProperty<ushort> Type078 { get; set; } = new(1234);
public ModbusProperty<ushort> DetectorID078 { get; set; } = new(1235);
public ModbusProperty<ushort> AlarmLevel078 { get; set; } = new(1236);
public ModbusProperty<ushort> Temperature078 { get; set; } = new(1237, offset: 40);
public ModbusProperty<ushort> CoConcentration078 { get; set; } = new(1238);
public ModbusProperty<ushort> VOC078 { get; set; } = new(1239, scale: 1000);
public ModbusProperty<ushort> Smoke078 { get; set; } = new(1240);
public ModbusProperty<ushort> ProtectionZone079 { get; set; } = new(1249);
public ModbusProperty<ushort> Type079 { get; set; } = new(1250);
public ModbusProperty<ushort> DetectorID079 { get; set; } = new(1251);
public ModbusProperty<ushort> AlarmLevel079 { get; set; } = new(1252);
public ModbusProperty<ushort> Temperature079 { get; set; } = new(1253, offset: 40);
public ModbusProperty<ushort> CoConcentration079 { get; set; } = new(1254);
public ModbusProperty<ushort> VOC079 { get; set; } = new(1255, scale: 1000);
public ModbusProperty<ushort> Smoke079 { get; set; } = new(1256);
public ModbusProperty<ushort> ProtectionZone080 { get; set; } = new(1265);
public ModbusProperty<ushort> Type080 { get; set; } = new(1266);
public ModbusProperty<ushort> DetectorID080 { get; set; } = new(1267);
public ModbusProperty<ushort> AlarmLevel080 { get; set; } = new(1268);
public ModbusProperty<ushort> Temperature080 { get; set; } = new(1269, offset: 40);
public ModbusProperty<ushort> CoConcentration080 { get; set; } = new(1270);
public ModbusProperty<ushort> VOC080 { get; set; } = new(1271, scale: 1000);
public ModbusProperty<ushort> Smoke080 { get; set; } = new(1272);
public ModbusProperty<ushort> ProtectionZone081 { get; set; } = new(1281);
public ModbusProperty<ushort> Type081 { get; set; } = new(1282);
public ModbusProperty<ushort> DetectorID081 { get; set; } = new(1283);
public ModbusProperty<ushort> AlarmLevel081 { get; set; } = new(1284);
public ModbusProperty<ushort> Temperature081 { get; set; } = new(1285, offset: 40);
public ModbusProperty<ushort> CoConcentration081 { get; set; } = new(1286);
public ModbusProperty<ushort> VOC081 { get; set; } = new(1287, scale: 1000);
public ModbusProperty<ushort> Smoke081 { get; set; } = new(1288);
public ModbusProperty<ushort> ProtectionZone082 { get; set; } = new(1297);
public ModbusProperty<ushort> Type082 { get; set; } = new(1298);
public ModbusProperty<ushort> DetectorID082 { get; set; } = new(1299);
public ModbusProperty<ushort> AlarmLevel082 { get; set; } = new(1300);
public ModbusProperty<ushort> Temperature082 { get; set; } = new(1301, offset: 40);
public ModbusProperty<ushort> CoConcentration082 { get; set; } = new(1302);
public ModbusProperty<ushort> VOC082 { get; set; } = new(1303, scale: 1000);
public ModbusProperty<ushort> Smoke082 { get; set; } = new(1304);
public ModbusProperty<ushort> ProtectionZone083 { get; set; } = new(1313);
public ModbusProperty<ushort> Type083 { get; set; } = new(1314);
public ModbusProperty<ushort> DetectorID083 { get; set; } = new(1315);
public ModbusProperty<ushort> AlarmLevel083 { get; set; } = new(1316);
public ModbusProperty<ushort> Temperature083 { get; set; } = new(1317, offset: 40);
public ModbusProperty<ushort> CoConcentration083 { get; set; } = new(1318);
public ModbusProperty<ushort> VOC083 { get; set; } = new(1319, scale: 1000);
public ModbusProperty<ushort> Smoke083 { get; set; } = new(1320);
public ModbusProperty<ushort> ProtectionZone084 { get; set; } = new(1329);
public ModbusProperty<ushort> Type084 { get; set; } = new(1330);
public ModbusProperty<ushort> DetectorID084 { get; set; } = new(1331);
public ModbusProperty<ushort> AlarmLevel084 { get; set; } = new(1332);
public ModbusProperty<ushort> Temperature084 { get; set; } = new(1333, offset: 40);
public ModbusProperty<ushort> CoConcentration084 { get; set; } = new(1334);
public ModbusProperty<ushort> VOC084 { get; set; } = new(1335, scale: 1000);
public ModbusProperty<ushort> Smoke084 { get; set; } = new(1336);
public ModbusProperty<ushort> ProtectionZone085 { get; set; } = new(1345);
public ModbusProperty<ushort> Type085 { get; set; } = new(1346);
public ModbusProperty<ushort> DetectorID085 { get; set; } = new(1347);
public ModbusProperty<ushort> AlarmLevel085 { get; set; } = new(1348);
public ModbusProperty<ushort> Temperature085 { get; set; } = new(1349, offset: 40);
public ModbusProperty<ushort> CoConcentration085 { get; set; } = new(1350);
public ModbusProperty<ushort> VOC085 { get; set; } = new(1351, scale: 1000);
public ModbusProperty<ushort> Smoke085 { get; set; } = new(1352);
public ModbusProperty<ushort> ProtectionZone086 { get; set; } = new(1361);
public ModbusProperty<ushort> Type086 { get; set; } = new(1362);
public ModbusProperty<ushort> DetectorID086 { get; set; } = new(1363);
public ModbusProperty<ushort> AlarmLevel086 { get; set; } = new(1364);
public ModbusProperty<ushort> Temperature086 { get; set; } = new(1365, offset: 40);
public ModbusProperty<ushort> CoConcentration086 { get; set; } = new(1366);
public ModbusProperty<ushort> VOC086 { get; set; } = new(1367, scale: 1000);
public ModbusProperty<ushort> Smoke086 { get; set; } = new(1368);
public ModbusProperty<ushort> ProtectionZone087 { get; set; } = new(1377);
public ModbusProperty<ushort> Type087 { get; set; } = new(1378);
public ModbusProperty<ushort> DetectorID087 { get; set; } = new(1379);
public ModbusProperty<ushort> AlarmLevel087 { get; set; } = new(1380);
public ModbusProperty<ushort> Temperature087 { get; set; } = new(1381, offset: 40);
public ModbusProperty<ushort> CoConcentration087 { get; set; } = new(1382);
public ModbusProperty<ushort> VOC087 { get; set; } = new(1383, scale: 1000);
public ModbusProperty<ushort> Smoke087 { get; set; } = new(1384);
public ModbusProperty<ushort> ProtectionZone088 { get; set; } = new(1393);
public ModbusProperty<ushort> Type088 { get; set; } = new(1394);
public ModbusProperty<ushort> DetectorID088 { get; set; } = new(1395);
public ModbusProperty<ushort> AlarmLevel088 { get; set; } = new(1396);
public ModbusProperty<ushort> Temperature088 { get; set; } = new(1397, offset: 40);
public ModbusProperty<ushort> CoConcentration088 { get; set; } = new(1398);
public ModbusProperty<ushort> VOC088 { get; set; } = new(1399, scale: 1000);
public ModbusProperty<ushort> Smoke088 { get; set; } = new(1400);
public ModbusProperty<ushort> ProtectionZone089 { get; set; } = new(1409);
public ModbusProperty<ushort> Type089 { get; set; } = new(1410);
public ModbusProperty<ushort> DetectorID089 { get; set; } = new(1411);
public ModbusProperty<ushort> AlarmLevel089 { get; set; } = new(1412);
public ModbusProperty<ushort> Temperature089 { get; set; } = new(1413, offset: 40);
public ModbusProperty<ushort> CoConcentration089 { get; set; } = new(1414);
public ModbusProperty<ushort> VOC089 { get; set; } = new(1415, scale: 1000);
public ModbusProperty<ushort> Smoke089 { get; set; } = new(1416);
public ModbusProperty<ushort> ProtectionZone090 { get; set; } = new(1425);
public ModbusProperty<ushort> Type090 { get; set; } = new(1426);
public ModbusProperty<ushort> DetectorID090 { get; set; } = new(1427);
public ModbusProperty<ushort> AlarmLevel090 { get; set; } = new(1428);
public ModbusProperty<ushort> Temperature090 { get; set; } = new(1429, offset: 40);
public ModbusProperty<ushort> CoConcentration090 { get; set; } = new(1430);
public ModbusProperty<ushort> VOC090 { get; set; } = new(1431, scale: 1000);
public ModbusProperty<ushort> Smoke090 { get; set; } = new(1432);
public ModbusProperty<ushort> ProtectionZone091 { get; set; } = new(1441);
public ModbusProperty<ushort> Type091 { get; set; } = new(1442);
public ModbusProperty<ushort> DetectorID091 { get; set; } = new(1443);
public ModbusProperty<ushort> AlarmLevel091 { get; set; } = new(1444);
public ModbusProperty<ushort> Temperature091 { get; set; } = new(1445, offset: 40);
public ModbusProperty<ushort> CoConcentration091 { get; set; } = new(1446);
public ModbusProperty<ushort> VOC091 { get; set; } = new(1447, scale: 1000);
public ModbusProperty<ushort> Smoke091 { get; set; } = new(1448);
public ModbusProperty<ushort> ProtectionZone092 { get; set; } = new(1457);
public ModbusProperty<ushort> Type092 { get; set; } = new(1458);
public ModbusProperty<ushort> DetectorID092 { get; set; } = new(1459);
public ModbusProperty<ushort> AlarmLevel092 { get; set; } = new(1460);
public ModbusProperty<ushort> Temperature092 { get; set; } = new(1461, offset: 40);
public ModbusProperty<ushort> CoConcentration092 { get; set; } = new(1462);
public ModbusProperty<ushort> VOC092 { get; set; } = new(1463, scale: 1000);
public ModbusProperty<ushort> Smoke092 { get; set; } = new(1464);
public ModbusProperty<ushort> ProtectionZone093 { get; set; } = new(1473);
public ModbusProperty<ushort> Type093 { get; set; } = new(1474);
public ModbusProperty<ushort> DetectorID093 { get; set; } = new(1475);
public ModbusProperty<ushort> AlarmLevel093 { get; set; } = new(1476);
public ModbusProperty<ushort> Temperature093 { get; set; } = new(1477, offset: 40);
public ModbusProperty<ushort> CoConcentration093 { get; set; } = new(1478);
public ModbusProperty<ushort> VOC093 { get; set; } = new(1479, scale: 1000);
public ModbusProperty<ushort> Smoke093 { get; set; } = new(1480);
public ModbusProperty<ushort> ProtectionZone094 { get; set; } = new(1489);
public ModbusProperty<ushort> Type094 { get; set; } = new(1490);
public ModbusProperty<ushort> DetectorID094 { get; set; } = new(1491);
public ModbusProperty<ushort> AlarmLevel094 { get; set; } = new(1492);
public ModbusProperty<ushort> Temperature094 { get; set; } = new(1493, offset: 40);
public ModbusProperty<ushort> CoConcentration094 { get; set; } = new(1494);
public ModbusProperty<ushort> VOC094 { get; set; } = new(1495, scale: 1000);
public ModbusProperty<ushort> Smoke094 { get; set; } = new(1496);
public ModbusProperty<ushort> ProtectionZone095 { get; set; } = new(1505);
public ModbusProperty<ushort> Type095 { get; set; } = new(1506);
public ModbusProperty<ushort> DetectorID095 { get; set; } = new(1507);
public ModbusProperty<ushort> AlarmLevel095 { get; set; } = new(1508);
public ModbusProperty<ushort> Temperature095 { get; set; } = new(1509, offset: 40);
public ModbusProperty<ushort> CoConcentration095 { get; set; } = new(1510);
public ModbusProperty<ushort> VOC095 { get; set; } = new(1511, scale: 1000);
public ModbusProperty<ushort> Smoke095 { get; set; } = new(1512);
public ModbusProperty<ushort> ProtectionZone096 { get; set; } = new(1521);
public ModbusProperty<ushort> Type096 { get; set; } = new(1522);
public ModbusProperty<ushort> DetectorID096 { get; set; } = new(1523);
public ModbusProperty<ushort> AlarmLevel096 { get; set; } = new(1524);
public ModbusProperty<ushort> Temperature096 { get; set; } = new(1525, offset: 40);
public ModbusProperty<ushort> CoConcentration096 { get; set; } = new(1526);
public ModbusProperty<ushort> VOC096 { get; set; } = new(1527, scale: 1000);
public ModbusProperty<ushort> Smoke096 { get; set; } = new(1528);
public ModbusProperty<ushort> ProtectionZone097 { get; set; } = new(1537);
public ModbusProperty<ushort> Type097 { get; set; } = new(1538);
public ModbusProperty<ushort> DetectorID097 { get; set; } = new(1539);
public ModbusProperty<ushort> AlarmLevel097 { get; set; } = new(1540);
public ModbusProperty<ushort> Temperature097 { get; set; } = new(1541, offset: 40);
public ModbusProperty<ushort> CoConcentration097 { get; set; } = new(1542);
public ModbusProperty<ushort> VOC097 { get; set; } = new(1543, scale: 1000);
public ModbusProperty<ushort> Smoke097 { get; set; } = new(1544);
public ModbusProperty<ushort> ProtectionZone098 { get; set; } = new(1553);
public ModbusProperty<ushort> Type098 { get; set; } = new(1554);
public ModbusProperty<ushort> DetectorID098 { get; set; } = new(1555);
public ModbusProperty<ushort> AlarmLevel098 { get; set; } = new(1556);
public ModbusProperty<ushort> Temperature098 { get; set; } = new(1557, offset: 40);
public ModbusProperty<ushort> CoConcentration098 { get; set; } = new(1558);
public ModbusProperty<ushort> VOC098 { get; set; } = new(1559, scale: 1000);
public ModbusProperty<ushort> Smoke098 { get; set; } = new(1560);
public ModbusProperty<ushort> ProtectionZone099 { get; set; } = new(1569);
public ModbusProperty<ushort> Type099 { get; set; } = new(1570);
public ModbusProperty<ushort> DetectorID099 { get; set; } = new(1571);
public ModbusProperty<ushort> AlarmLevel099 { get; set; } = new(1572);
public ModbusProperty<ushort> Temperature099 { get; set; } = new(1573, offset: 40);
public ModbusProperty<ushort> CoConcentration099 { get; set; } = new(1574);
public ModbusProperty<ushort> VOC099 { get; set; } = new(1575, scale: 1000);
public ModbusProperty<ushort> Smoke099 { get; set; } = new(1576);
public ModbusProperty<ushort> ProtectionZone100 { get; set; } = new(1585);
public ModbusProperty<ushort> Type100 { get; set; } = new(1586);
public ModbusProperty<ushort> DetectorID100 { get; set; } = new(1587);
public ModbusProperty<ushort> AlarmLevel100 { get; set; } = new(1588);
public ModbusProperty<ushort> Temperature100 { get; set; } = new(1589, offset: 40);
public ModbusProperty<ushort> CoConcentration100 { get; set; } = new(1590);
public ModbusProperty<ushort> VOC100 { get; set; } = new(1591, scale: 1000);
public ModbusProperty<ushort> Smoke100 { get; set; } = new(1592);
public ModbusProperty<ushort> ProtectionZone101 { get; set; } = new(1601);
public ModbusProperty<ushort> Type101 { get; set; } = new(1602);
public ModbusProperty<ushort> DetectorID101 { get; set; } = new(1603);
public ModbusProperty<ushort> AlarmLevel101 { get; set; } = new(1604);
public ModbusProperty<ushort> Temperature101 { get; set; } = new(1605, offset: 40);
public ModbusProperty<ushort> CoConcentration101 { get; set; } = new(1606);
public ModbusProperty<ushort> VOC101 { get; set; } = new(1607, scale: 1000);
public ModbusProperty<ushort> Smoke101 { get; set; } = new(1608);
public ModbusProperty<ushort> ProtectionZone102 { get; set; } = new(1617);
public ModbusProperty<ushort> Type102 { get; set; } = new(1618);
public ModbusProperty<ushort> DetectorID102 { get; set; } = new(1619);
public ModbusProperty<ushort> AlarmLevel102 { get; set; } = new(1620);
public ModbusProperty<ushort> Temperature102 { get; set; } = new(1621, offset: 40);
public ModbusProperty<ushort> CoConcentration102 { get; set; } = new(1622);
public ModbusProperty<ushort> VOC102 { get; set; } = new(1623, scale: 1000);
public ModbusProperty<ushort> Smoke102 { get; set; } = new(1624);
public ModbusProperty<ushort> ProtectionZone103 { get; set; } = new(1633);
public ModbusProperty<ushort> Type103 { get; set; } = new(1634);
public ModbusProperty<ushort> DetectorID103 { get; set; } = new(1635);
public ModbusProperty<ushort> AlarmLevel103 { get; set; } = new(1636);
public ModbusProperty<ushort> Temperature103 { get; set; } = new(1637, offset: 40);
public ModbusProperty<ushort> CoConcentration103 { get; set; } = new(1638);
public ModbusProperty<ushort> VOC103 { get; set; } = new(1639, scale: 1000);
public ModbusProperty<ushort> Smoke103 { get; set; } = new(1640);
public ModbusProperty<ushort> ProtectionZone104 { get; set; } = new(1649);
public ModbusProperty<ushort> Type104 { get; set; } = new(1650);
public ModbusProperty<ushort> DetectorID104 { get; set; } = new(1651);
public ModbusProperty<ushort> AlarmLevel104 { get; set; } = new(1652);
public ModbusProperty<ushort> Temperature104 { get; set; } = new(1653, offset: 40);
public ModbusProperty<ushort> CoConcentration104 { get; set; } = new(1654);
public ModbusProperty<ushort> VOC104 { get; set; } = new(1655, scale: 1000);
public ModbusProperty<ushort> Smoke104 { get; set; } = new(1656);
public ModbusProperty<ushort> ProtectionZone105 { get; set; } = new(1665);
public ModbusProperty<ushort> Type105 { get; set; } = new(1666);
public ModbusProperty<ushort> DetectorID105 { get; set; } = new(1667);
public ModbusProperty<ushort> AlarmLevel105 { get; set; } = new(1668);
public ModbusProperty<ushort> Temperature105 { get; set; } = new(1669, offset: 40);
public ModbusProperty<ushort> CoConcentration105 { get; set; } = new(1670);
public ModbusProperty<ushort> VOC105 { get; set; } = new(1671, scale: 1000);
public ModbusProperty<ushort> Smoke105 { get; set; } = new(1672);
public ModbusProperty<ushort> ProtectionZone106 { get; set; } = new(1681);
public ModbusProperty<ushort> Type106 { get; set; } = new(1682);
public ModbusProperty<ushort> DetectorID106 { get; set; } = new(1683);
public ModbusProperty<ushort> AlarmLevel106 { get; set; } = new(1684);
public ModbusProperty<ushort> Temperature106 { get; set; } = new(1685, offset: 40);
public ModbusProperty<ushort> CoConcentration106 { get; set; } = new(1686);
public ModbusProperty<ushort> VOC106 { get; set; } = new(1687, scale: 1000);
public ModbusProperty<ushort> Smoke106 { get; set; } = new(1688);
public ModbusProperty<ushort> ProtectionZone107 { get; set; } = new(1697);
public ModbusProperty<ushort> Type107 { get; set; } = new(1698);
public ModbusProperty<ushort> DetectorID107 { get; set; } = new(1699);
public ModbusProperty<ushort> AlarmLevel107 { get; set; } = new(1700);
public ModbusProperty<ushort> Temperature107 { get; set; } = new(1701, offset: 40);
public ModbusProperty<ushort> CoConcentration107 { get; set; } = new(1702);
public ModbusProperty<ushort> VOC107 { get; set; } = new(1703, scale: 1000);
public ModbusProperty<ushort> Smoke107 { get; set; } = new(1704);
public ModbusProperty<ushort> ProtectionZone108 { get; set; } = new(1713);
public ModbusProperty<ushort> Type108 { get; set; } = new(1714);
public ModbusProperty<ushort> DetectorID108 { get; set; } = new(1715);
public ModbusProperty<ushort> AlarmLevel108 { get; set; } = new(1716);
public ModbusProperty<ushort> Temperature108 { get; set; } = new(1717, offset: 40);
public ModbusProperty<ushort> CoConcentration108 { get; set; } = new(1718);
public ModbusProperty<ushort> VOC108 { get; set; } = new(1719, scale: 1000);
public ModbusProperty<ushort> Smoke108 { get; set; } = new(1720);
public ModbusProperty<ushort> ProtectionZone109 { get; set; } = new(1729);
public ModbusProperty<ushort> Type109 { get; set; } = new(1730);
public ModbusProperty<ushort> DetectorID109 { get; set; } = new(1731);
public ModbusProperty<ushort> AlarmLevel109 { get; set; } = new(1732);
public ModbusProperty<ushort> Temperature109 { get; set; } = new(1733, offset: 40);
public ModbusProperty<ushort> CoConcentration109 { get; set; } = new(1734);
public ModbusProperty<ushort> VOC109 { get; set; } = new(1735, scale: 1000);
public ModbusProperty<ushort> Smoke109 { get; set; } = new(1736);
public ModbusProperty<ushort> ProtectionZone110 { get; set; } = new(1745);
public ModbusProperty<ushort> Type110 { get; set; } = new(1746);
public ModbusProperty<ushort> DetectorID110 { get; set; } = new(1747);
public ModbusProperty<ushort> AlarmLevel110 { get; set; } = new(1748);
public ModbusProperty<ushort> Temperature110 { get; set; } = new(1749, offset: 40);
public ModbusProperty<ushort> CoConcentration110 { get; set; } = new(1750);
public ModbusProperty<ushort> VOC110 { get; set; } = new(1751, scale: 1000);
public ModbusProperty<ushort> Smoke110 { get; set; } = new(1752);
public ModbusProperty<ushort> ProtectionZone111 { get; set; } = new(1761);
public ModbusProperty<ushort> Type111 { get; set; } = new(1762);
public ModbusProperty<ushort> DetectorID111 { get; set; } = new(1763);
public ModbusProperty<ushort> AlarmLevel111 { get; set; } = new(1764);
public ModbusProperty<ushort> Temperature111 { get; set; } = new(1765, offset: 40);
public ModbusProperty<ushort> CoConcentration111 { get; set; } = new(1766);
public ModbusProperty<ushort> VOC111 { get; set; } = new(1767, scale: 1000);
public ModbusProperty<ushort> Smoke111 { get; set; } = new(1768);
public ModbusProperty<ushort> ProtectionZone112 { get; set; } = new(1777);
public ModbusProperty<ushort> Type112 { get; set; } = new(1778);
public ModbusProperty<ushort> DetectorID112 { get; set; } = new(1779);
public ModbusProperty<ushort> AlarmLevel112 { get; set; } = new(1780);
public ModbusProperty<ushort> Temperature112 { get; set; } = new(1781, offset: 40);
public ModbusProperty<ushort> CoConcentration112 { get; set; } = new(1782);
public ModbusProperty<ushort> VOC112 { get; set; } = new(1783, scale: 1000);
public ModbusProperty<ushort> Smoke112 { get; set; } = new(1784);
public ModbusProperty<ushort> ProtectionZone113 { get; set; } = new(1793);
public ModbusProperty<ushort> Type113 { get; set; } = new(1794);
public ModbusProperty<ushort> DetectorID113 { get; set; } = new(1795);
public ModbusProperty<ushort> AlarmLevel113 { get; set; } = new(1796);
public ModbusProperty<ushort> Temperature113 { get; set; } = new(1797, offset: 40);
public ModbusProperty<ushort> CoConcentration113 { get; set; } = new(1798);
public ModbusProperty<ushort> VOC113 { get; set; } = new(1799, scale: 1000);
public ModbusProperty<ushort> Smoke113 { get; set; } = new(1800);
public ModbusProperty<ushort> ProtectionZone114 { get; set; } = new(1809);
public ModbusProperty<ushort> Type114 { get; set; } = new(1810);
public ModbusProperty<ushort> DetectorID114 { get; set; } = new(1811);
public ModbusProperty<ushort> AlarmLevel114 { get; set; } = new(1812);
public ModbusProperty<ushort> Temperature114 { get; set; } = new(1813, offset: 40);
public ModbusProperty<ushort> CoConcentration114 { get; set; } = new(1814);
public ModbusProperty<ushort> VOC114 { get; set; } = new(1815, scale: 1000);
public ModbusProperty<ushort> Smoke114 { get; set; } = new(1816);
public ModbusProperty<ushort> ProtectionZone115 { get; set; } = new(1825);
public ModbusProperty<ushort> Type115 { get; set; } = new(1826);
public ModbusProperty<ushort> DetectorID115 { get; set; } = new(1827);
public ModbusProperty<ushort> AlarmLevel115 { get; set; } = new(1828);
public ModbusProperty<ushort> Temperature115 { get; set; } = new(1829, offset: 40);
public ModbusProperty<ushort> CoConcentration115 { get; set; } = new(1830);
public ModbusProperty<ushort> VOC115 { get; set; } = new(1831, scale: 1000);
public ModbusProperty<ushort> Smoke115 { get; set; } = new(1832);
public ModbusProperty<ushort> ProtectionZone116 { get; set; } = new(1841);
public ModbusProperty<ushort> Type116 { get; set; } = new(1842);
public ModbusProperty<ushort> DetectorID116 { get; set; } = new(1843);
public ModbusProperty<ushort> AlarmLevel116 { get; set; } = new(1844);
public ModbusProperty<ushort> Temperature116 { get; set; } = new(1845, offset: 40);
public ModbusProperty<ushort> CoConcentration116 { get; set; } = new(1846);
public ModbusProperty<ushort> VOC116 { get; set; } = new(1847, scale: 1000);
public ModbusProperty<ushort> Smoke116 { get; set; } = new(1848);
public ModbusProperty<ushort> ProtectionZone117 { get; set; } = new(1857);
public ModbusProperty<ushort> Type117 { get; set; } = new(1858);
public ModbusProperty<ushort> DetectorID117 { get; set; } = new(1859);
public ModbusProperty<ushort> AlarmLevel117 { get; set; } = new(1860);
public ModbusProperty<ushort> Temperature117 { get; set; } = new(1861, offset: 40);
public ModbusProperty<ushort> CoConcentration117 { get; set; } = new(1862);
public ModbusProperty<ushort> VOC117 { get; set; } = new(1863, scale: 1000);
public ModbusProperty<ushort> Smoke117 { get; set; } = new(1864);
public ModbusProperty<ushort> ProtectionZone118 { get; set; } = new(1873);
public ModbusProperty<ushort> Type118 { get; set; } = new(1874);
public ModbusProperty<ushort> DetectorID118 { get; set; } = new(1875);
public ModbusProperty<ushort> AlarmLevel118 { get; set; } = new(1876);
public ModbusProperty<ushort> Temperature118 { get; set; } = new(1877, offset: 40);
public ModbusProperty<ushort> CoConcentration118 { get; set; } = new(1878);
public ModbusProperty<ushort> VOC118 { get; set; } = new(1879, scale: 1000);
public ModbusProperty<ushort> Smoke118 { get; set; } = new(1880);
public ModbusProperty<ushort> ProtectionZone119 { get; set; } = new(1889);
public ModbusProperty<ushort> Type119 { get; set; } = new(1890);
public ModbusProperty<ushort> DetectorID119 { get; set; } = new(1891);
public ModbusProperty<ushort> AlarmLevel119 { get; set; } = new(1892);
public ModbusProperty<ushort> Temperature119 { get; set; } = new(1893, offset: 40);
public ModbusProperty<ushort> CoConcentration119 { get; set; } = new(1894);
public ModbusProperty<ushort> VOC119 { get; set; } = new(1895, scale: 1000);
public ModbusProperty<ushort> Smoke119 { get; set; } = new(1896);
public ModbusProperty<ushort> ProtectionZone120 { get; set; } = new(1905);
public ModbusProperty<ushort> Type120 { get; set; } = new(1906);
public ModbusProperty<ushort> DetectorID120 { get; set; } = new(1907);
public ModbusProperty<ushort> AlarmLevel120 { get; set; } = new(1908);
public ModbusProperty<ushort> Temperature120 { get; set; } = new(1909, offset: 40);
public ModbusProperty<ushort> CoConcentration120 { get; set; } = new(1910);
public ModbusProperty<ushort> VOC120 { get; set; } = new(1911, scale: 1000);
public ModbusProperty<ushort> Smoke120 { get; set; } = new(1912);
public ModbusProperty<ushort> ProtectionZone121 { get; set; } = new(1921);
public ModbusProperty<ushort> Type121 { get; set; } = new(1922);
public ModbusProperty<ushort> DetectorID121 { get; set; } = new(1923);
public ModbusProperty<ushort> AlarmLevel121 { get; set; } = new(1924);
public ModbusProperty<ushort> Temperature121 { get; set; } = new(1925, offset: 40);
public ModbusProperty<ushort> CoConcentration121 { get; set; } = new(1926);
public ModbusProperty<ushort> VOC121 { get; set; } = new(1927, scale: 1000);
public ModbusProperty<ushort> Smoke121 { get; set; } = new(1928);
public ModbusProperty<ushort> ProtectionZone122 { get; set; } = new(1937);
public ModbusProperty<ushort> Type122 { get; set; } = new(1938);
public ModbusProperty<ushort> DetectorID122 { get; set; } = new(1939);
public ModbusProperty<ushort> AlarmLevel122 { get; set; } = new(1940);
public ModbusProperty<ushort> Temperature122 { get; set; } = new(1941, offset: 40);
public ModbusProperty<ushort> CoConcentration122 { get; set; } = new(1942);
public ModbusProperty<ushort> VOC122 { get; set; } = new(1943, scale: 1000);
public ModbusProperty<ushort> Smoke122 { get; set; } = new(1944);
public ModbusProperty<ushort> ProtectionZone123 { get; set; } = new(1953);
public ModbusProperty<ushort> Type123 { get; set; } = new(1954);
public ModbusProperty<ushort> DetectorID123 { get; set; } = new(1955);
public ModbusProperty<ushort> AlarmLevel123 { get; set; } = new(1956);
public ModbusProperty<ushort> Temperature123 { get; set; } = new(1957, offset: 40);
public ModbusProperty<ushort> CoConcentration123 { get; set; } = new(1958);
public ModbusProperty<ushort> VOC123 { get; set; } = new(1959, scale: 1000);
public ModbusProperty<ushort> Smoke123 { get; set; } = new(1960);
public ModbusProperty<ushort> ProtectionZone124 { get; set; } = new(1969);
public ModbusProperty<ushort> Type124 { get; set; } = new(1970);
public ModbusProperty<ushort> DetectorID124 { get; set; } = new(1971);
public ModbusProperty<ushort> AlarmLevel124 { get; set; } = new(1972);
public ModbusProperty<ushort> Temperature124 { get; set; } = new(1973, offset: 40);
public ModbusProperty<ushort> CoConcentration124 { get; set; } = new(1974);
public ModbusProperty<ushort> VOC124 { get; set; } = new(1975, scale: 1000);
public ModbusProperty<ushort> Smoke124 { get; set; } = new(1976);
public ModbusProperty<ushort> ProtectionZone125 { get; set; } = new(1985);
public ModbusProperty<ushort> Type125 { get; set; } = new(1986);
public ModbusProperty<ushort> DetectorID125 { get; set; } = new(1987);
public ModbusProperty<ushort> AlarmLevel125 { get; set; } = new(1988);
public ModbusProperty<ushort> Temperature125 { get; set; } = new(1989, offset: 40);
public ModbusProperty<ushort> CoConcentration125 { get; set; } = new(1990);
public ModbusProperty<ushort> VOC125 { get; set; } = new(1991, scale: 1000);
public ModbusProperty<ushort> Smoke125 { get; set; } = new(1992);
public ModbusProperty<ushort> ProtectionZone126 { get; set; } = new(2001);
public ModbusProperty<ushort> Type126 { get; set; } = new(2002);
public ModbusProperty<ushort> DetectorID126 { get; set; } = new(2003);
public ModbusProperty<ushort> AlarmLevel126 { get; set; } = new(2004);
public ModbusProperty<ushort> Temperature126 { get; set; } = new(2005, offset: 40);
public ModbusProperty<ushort> CoConcentration126 { get; set; } = new(2006);
public ModbusProperty<ushort> VOC126 { get; set; } = new(2007, scale: 1000);
public ModbusProperty<ushort> Smoke126 { get; set; } = new(2008);
public ModbusProperty<ushort> ProtectionZone127 { get; set; } = new(2017);
public ModbusProperty<ushort> Type127 { get; set; } = new(2018);
public ModbusProperty<ushort> DetectorID127 { get; set; } = new(2019);
public ModbusProperty<ushort> AlarmLevel127 { get; set; } = new(2020);
public ModbusProperty<ushort> Temperature127 { get; set; } = new(2021, offset: 40);
public ModbusProperty<ushort> CoConcentration127 { get; set; } = new(2022);
public ModbusProperty<ushort> VOC127 { get; set; } = new(2023, scale: 1000);
public ModbusProperty<ushort> Smoke127 { get; set; } = new(2024);
public ModbusProperty<ushort> ProtectionZone128 { get; set; } = new(2033);
public ModbusProperty<ushort> Type128 { get; set; } = new(2034);
public ModbusProperty<ushort> DetectorID128 { get; set; } = new(2035);
public ModbusProperty<ushort> AlarmLevel128 { get; set; } = new(2036);
public ModbusProperty<ushort> Temperature128 { get; set; } = new(2037, offset: 40);
public ModbusProperty<ushort> CoConcentration128 { get; set; } = new(2038);
public ModbusProperty<ushort> VOC128 { get; set; } = new(2039, scale: 1000);
public ModbusProperty<ushort> Smoke128 { get; set; } = new(2040);*/
}