{
  "title": "Naveka_Node_4_Z031",
  "device_type": "Naveka_Node_4_Z031",
  "group": "g-control-panel",
  "device": {
    "name": "Naveka Node 4 (Z031)",
    "id": "Naveka_Node_4_Z031",
    "groups": [
      {
        "title": "General",
        "id": "general"
      },
      {
        "title": "Sensors",
        "id": "sensors"
      },
      {
        "title": "Statuses",
        "id": "statuses"
      },
      {
        "title": "System",
        "id": "system"
      },
      {
        "title": "Accidents",
        "id": "accidents"
      }
    ],
    "channels": [
      {
        "name": "state",
        "reg_type": "holding",
        "address": 0,
        "group": "general",
        "type": "switch",
        "format": "u8",
        "on_value": 1,
        "off_value": 0
      },
      {
        "name": "mode",
        "reg_type": "holding",
        "address": 2,
        "group": "general",
        "type": "value",
        "format": "u16",
        "enum": [
          0,
          1,
          2,
          4,
          8
        ],
        "enum_titles": [
          "Disabled",
          "Ventilation",
          "Heat",
          "Cooling",
          "Auto"
        ]
      },
      {
        "name": "fanSpeed",
        "reg_type": "holding",
        "address": 1,
        "group": "general",
        "type": "range",
        "format": "u16",
        "min": 1,
        "max": 7
      },
      {
        "name": "targetTemperature",
        "reg_type": "holding",
        "address": 3,
        "group": "general",
        "type": "range",
        "format": "u16",
        "units": "deg C",
        "min": 15,
        "max": 30
      },
      {
        "name": "identifier",
        "reg_type": "holding",
        "format": "u16",
        "address": 999,
        "group": "sensors",
        "type": "text",
        "enabled": false
      },
      {
        "name": "filterContamination",
        "reg_type": "coil",
        "address": 2,
        "group": "sensors",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "outdoorAirTemperature",
        "reg_type": "holding",
        "address": 1000,
        "group": "sensors",
        "units": "deg C",
        "round_to": 0.01,
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "supplyAirTemperature",
        "reg_type": "holding",
        "address": 1002,
        "group": "sensors",
        "units": "deg C",
        "round_to": 0.01,
        "format": "float",
        "readonly": true
      },
      {
        "name": "roomTemperature",
        "reg_type": "holding",
        "address": 1004,
        "group": "sensors",
        "units": "deg C",
        "round_to": 0.01,
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "returnAirTemperature",
        "reg_type": "holding",
        "address": 1006,
        "group": "sensors",
        "units": "deg C",
        "round_to": 0.01,
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "tBehindRecuperator",
        "reg_type": "holding",
        "address": 4,
        "group": "sensors",
        "units": "deg C",
        "round_to": 0.01,
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "fanStatus",
        "reg_type": "holding",
        "address": 1009,
        "group": "statuses",
        "format": "u8",
        "readonly": true,
        "enum": [
          0,
          1,
          2,
          3,
          4
        ],
        "enum_titles": [
          "Stopped",
          "Preparation",
          "Operating",
          "Maintaining low productivity",
          "Accident"
        ]
      },
      {
        "name": "ventValveStatus",
        "reg_type": "holding",
        "address": 1010,
        "group": "statuses",
        "format": "u8",
        "readonly": true,
        "enum": [
          0,
          1,
          2,
          3
        ],
        "enum_titles": [
          "Close",
          "Closing",
          "Opening",
          "Open"
        ]
      },
      {
        "name": "systemStatus",
        "reg_type": "holding",
        "address": 1011,
        "group": "statuses",
        "format": "u8",
        "readonly": true,
        "enum": [
          0,
          1,
          2,
          3,
          4,
          5
        ],
        "enum_titles": [
          "Stopped",
          "Warm-up",
          "Opening the damper",
          "Operating",
          "Purge",
          "Accident"
        ]
      },
      {
        "name": "mainRegulatorPower",
        "reg_type": "holding",
        "address": 1008,
        "group": "sensors",
        "units": "%",
        "format": "u8",
        "readonly": true
      },
      {
        "name": "pwm",
        "reg_type": "holding",
        "address": 2002,
        "group": "sensors",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "numberOfSpeedsInTheSystem",
        "reg_type": "holding",
        "address": 2012,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "minSpeed",
        "reg_type": "holding",
        "address": 2014,
        "group": "system",
        "format": "u8",
        "units": "%",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "maxSpeed",
        "reg_type": "holding",
        "address": 2015,
        "group": "system",
        "format": "u8",
        "units": "%",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "purgeTime",
        "reg_type": "holding",
        "address": 2003,
        "group": "system",
        "format": "u8",
        "units": "s",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "warmUpTime",
        "reg_type": "holding",
        "address": 2004,
        "group": "system",
        "format": "u8",
        "units": "s",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "returnAirTemperatureStandby",
        "reg_type": "holding",
        "address": 2005,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "returnAirTemperatureStart",
        "reg_type": "holding",
        "address": 2006,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "returnAirTemperatureFreezing",
        "reg_type": "holding",
        "address": 2007,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "airDamperOpeningTime",
        "reg_type": "holding",
        "address": 2008,
        "group": "system",
        "format": "u8",
        "units": "s",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "coolingHysteresis",
        "reg_type": "holding",
        "address": 2009,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "coolingOnOffCycle",
        "reg_type": "holding",
        "address": 2010,
        "group": "system",
        "format": "u8",
        "units": "min",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "temperatureSetpoint",
        "reg_type": "holding",
        "address": 2011,
        "group": "system",
        "format": "u8",
        "units": "min",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "processFlowDiagramNumber",
        "reg_type": "holding",
        "address": 2000,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "type": "text",
        "enabled": false
      },
      {
        "name": "heatingElementType",
        "reg_type": "holding",
        "address": 2001,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "type": "text",
        "enabled": false
      },
      {
        "name": "supplyAirTemperatureSupercooling",
        "reg_type": "holding",
        "address": 2016,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "outdoorAirTemperatureHeating",
        "reg_type": "holding",
        "address": 2017,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "outdoorAirTemperatureCooling",
        "reg_type": "holding",
        "address": 2018,
        "group": "system",
        "format": "u8",
        "units": "deg C",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "diH",
        "reg_type": "holding",
        "address": 2019,
        "group": "system",
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "dpH",
        "reg_type": "holding",
        "address": 2021,
        "group": "system",
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "tQutH",
        "reg_type": "holding",
        "address": 2023,
        "group": "system",
        "format": "float",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "timeUntilActivationOfFrostProtection",
        "reg_type": "holding",
        "address": 2025,
        "group": "system",
        "format": "u8",
        "units": "s",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "portExecutingTheCommand",
        "reg_type": "holding",
        "address": 65000,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "requestFunction",
        "reg_type": "holding",
        "address": 65001,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "initialRegister",
        "reg_type": "holding",
        "address": 65002,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "numberOfRegisters",
        "reg_type": "holding",
        "address": 65003,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "pullUpResistorsCOM0",
        "reg_type": "coil",
        "address": 65010,
        "group": "system",
        "format": "u8",
        "type": "switch",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "terminatingResistorCOM0",
        "reg_type": "coil",
        "address": 65011,
        "group": "system",
        "format": "u8",
        "type": "switch",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "pullUpResistorsCOM1",
        "reg_type": "coil",
        "address": 65012,
        "group": "system",
        "format": "u8",
        "type": "switch",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "terminatingResistorCOM1",
        "reg_type": "coil",
        "address": 65013,
        "group": "system",
        "format": "u8",
        "type": "switch",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "portOperatingModeCOM0",
        "reg_type": "holding",
        "address": 65422,
        "group": "system",
        "format": "u8",
        "enum": [
          0,
          1,
          2
        ],
        "enum_titles": [
          "Disabled",
          "Slave",
          "Master"
        ],
        "readonly": true,
        "enabled": false
      },
      {
        "name": "portOperatingModeCOM1",
        "reg_type": "holding",
        "address": 65423,
        "group": "system",
        "format": "u8",
        "enum": [
          0,
          1,
          2
        ],
        "enum_titles": [
          "Disabled",
          "Slave",
          "Master"
        ],
        "readonly": true,
        "enabled": false
      },
      {
        "name": "deviceAddress",
        "reg_type": "holding",
        "address": 65520,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "portParamsCOM0",
        "reg_type": "holding",
        "address": 65521,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "portParamsCOM1",
        "reg_type": "holding",
        "address": 65522,
        "group": "system",
        "format": "u8",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "inactivityTime",
        "reg_type": "holding",
        "address": 65530,
        "group": "system",
        "format": "u16",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "cycleTime",
        "reg_type": "holding",
        "address": 65535,
        "group": "system",
        "format": "u16",
        "readonly": true,
        "enabled": false
      },
      {
        "name": "coreErrorCode",
        "reg_type": "holding",
        "address": 65528,
        "group": "accidents",
        "format": "u8",
        "readonly": true
      },
      {
        "name": "expansionBoardError",
        "reg_type": "holding",
        "address": 65529,
        "group": "accidents",
        "format": "u16",
        "readonly": true
      },
      {
        "name": "generalFailure",
        "reg_type": "coil",
        "address": 12,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "fireAlarm",
        "reg_type": "coil",
        "address": 3,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "supplyAirSensorFailure",
        "reg_type": "coil",
        "address": 4,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "returnAirSensorFailure",
        "reg_type": "coil",
        "address": 5,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "outdoorAirSensorFailure",
        "reg_type": "coil",
        "address": 6,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "tKpAirSensorFailure",
        "reg_type": "coil",
        "address": 7,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "fanFailure",
        "reg_type": "coil",
        "address": 8,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "heatExchangerProtection",
        "reg_type": "coil",
        "address": 9,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "supercoolingInTheChannel",
        "reg_type": "coil",
        "address": 10,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "coolingModeDxProtection",
        "reg_type": "coil",
        "address": 11,
        "group": "accidents",
        "type": "switch",
        "readonly": true
      },
      {
        "name": "resetFailure",
        "reg_type": "coil",
        "address": 0,
        "group": "accidents",
        "type": "pushbutton",
        "on_value": 1
      }
    ],
    "parameters": {
      "year": {
        "title": "year",
        "reg_type": "holding",
        "address": 65512,
        "group": "system",
        "format": "u8",
        "order": 1
      },
      "month": {
        "title": "month",
        "reg_type": "holding",
        "address": 65513,
        "group": "system",
        "format": "u8",
        "order": 2
      },
      "day": {
        "title": "day",
        "reg_type": "holding",
        "address": 65514,
        "group": "system",
        "format": "u8",
        "order": 3
      },
      "dayOfTheWeek": {
        "title": "dayOfTheWeek",
        "reg_type": "holding",
        "address": 65515,
        "group": "system",
        "format": "u8",
        "order": 4
      },
      "hour": {
        "title": "hour",
        "reg_type": "holding",
        "address": 65516,
        "group": "system",
        "format": "u8",
        "order": 5
      },
      "minute": {
        "title": "minute",
        "reg_type": "holding",
        "address": 65517,
        "group": "system",
        "format": "u8",
        "order": 6
      },
      "second": {
        "title": "second",
        "reg_type": "holding",
        "address": 65518,
        "group": "system",
        "format": "u8",
        "order": 7
      },
      "displayColorInversion": {
        "title": "displayColorInversion",
        "reg_type": "coil",
        "address": 65533,
        "group": "system",
        "enum": [
          0,
          1
        ],
        "enum_titles": [
          "Disabled",
          "Enabled"
        ],
        "order": 8
      },
      "displayContrast": {
        "title": "displayContrast",
        "reg_type": "holding",
        "address": 65527,
        "group": "system",
        "units": "%",
        "format": "u8",
        "min": 1,
        "max": 100,
        "order": 9
      },
      "automaticFanControl": {
        "title": "automaticFanControl",
        "reg_type": "holding",
        "address": 2013,
        "group": "system",
        "format": "u8",
        "enum": [
          0,
          1
        ],
        "enum_titles": [
          "Disabled",
          "Enabled"
        ],
        "order": 10
      },
      "passiveBacklightBrightness": {
        "title": "passiveBacklightBrightness",
        "reg_type": "holding",
        "address": 64998,
        "group": "system",
        "format": "u8",
        "order": 11
      },
      "activeBacklightBrightness": {
        "title": "activeBacklightBrightness",
        "reg_type": "holding",
        "address": 64999,
        "group": "system",
        "format": "u8",
        "order": 12
      }
    },
    "translations": {
      "en": {
        "Naveka_Node_4_Z031": "Приточно-Вытяжная установка Naveka Node 4 Z031",
        "state": "State",
        "mode": "Mode",
        "fanSpeed": "Fan speed",
        "targetTemperature": "Target temperature",
        "identifier": "Identifier",
        "filterContamination": "Filter contamination",
        "Outdoor air temperature": "Outdoor air temperature",
        "supplyAirTemperature": "Channel air temperature",
        "roomTemperature": "Room temperature",
        "returnAirTemperature": "Return air temperature",
        "tBehindRecuperator": "Behind recuperator temperature",
        "fanStatus": "Fan status",
        "ventValveStatus": "Vent valve status",
        "systemStatus": "System status",
        "mainRegulatorPower": "Main regulator power",
        "pwm": "PWM",
        "displayColorInversion": "Display color inversion",
        "displayContrast": "Display contrast",
        "automaticFanControl": "Automatic Fan Control",
        "numberOfSpeedsInTheSystem": "Number of speeds in the system",
        "minSpeed": "Min Speed",
        "maxSpeed": "Max Speed",
        "year": "Year",
        "month": "Month",
        "day": "Day",
        "dayOfTheWeek": "Day of the week",
        "hour": "Hour",
        "minute": "Minute",
        "second": "Second",
        "purgeTime": "Purge time",
        "warmUpTime": "Warm-up time",
        "returnAirTemperatureStandby": "Return air temperature: standby",
        "returnAirTemperatureStart": "Return air temperature: start",
        "returnAirTemperatureFreezing": "Return air temperature: freezing",
        "airDamperOpeningTime": "Air damper opening time",
        "coolingHysteresis": "Cooling hysteresis",
        "coolingOnOffCycle": "Cooling on-off cycle",
        "temperatureSetpoint": "Temperature Setpoint",
        "processFlowDiagramNumber": "Process Flow Diagram Number",
        "heatingElementType": "Type of electric heating element",
        "supplyAirTemperatureSupercooling": "Supply air temperature: supercooling",
        "outdoorAirTemperatureHeating": "Outdoor air temperature: heating",
        "outdoorAirTemperatureCooling": "Outdoor air temperature: cooling",
        "diH": "di h",
        "dpH": "dp h",
        "tQutH": "Tqut h",
        "timeUntilActivationOfFrostProtection": "Time until activation of frost protection",
        "passiveBacklightBrightness": "Passive backlight brightness",
        "activeBacklightBrightness": "Active backlight brightness",
        "portExecutingTheCommand": "Port executing the command",
        "requestFunction": "Request function",
        "initialRegister": "Initial register",
        "numberOfRegisters": "Number of registers",
        "pullUpResistorsCOM0": "Pull-up resistors COM0",
        "pullUpResistorsCOM1": "Pull-up resistors COM1",
        "terminatingResistorCOM0": "Terminating resistor COM0",
        "terminatingResistorCOM1": "Terminating resistor COM1",
        "portOperatingModeCOM0": "Port operating mode COM0",
        "portOperatingModeCOM1": "Port operating mode COM1",
        "deviceAddress": "Device address",
        "portParamsCOM0": "Port params COM0",
        "portParamsCOM1": "Port params COM1",
        "inactivityTime": "Inactivity time",
        "cycleTime": "Cycle time",
        "coreErrorCode": "Core error code",
        "expansionBoardError": "Expansion board error",
        "generalFailure": "General failure",
        "fireAlarm": "Fire alarm",
        "supplyAirSensorFailure": "Supply air sensor failure",
        "returnAirSensorFailure": "Return air sensor failure",
        "outdoorAirSensorFailure": "Outdoor air sensor failure",
        "tKpAirSensorFailure": "Tkp air sensor failure",
        "fanFailure": "Fan failure",
        "heatExchangerProtection": "Heat exchanger protection",
        "supercoolingInTheChannel": "Supercooling in the channel",
        "coolingModeDxProtection": "COOLING mode - DX protection",
        "resetFailure": "Reset failure"
      },
      "ru": {
        "Naveka_Node_4_Z031": "Приточно-Вытяжная установка Naveka Node 4 Z031",
        "Off": "Выключен",
        "On": "Включен",
        "state": "Состояние",
        "mode": "Режим работы",
        "fanSpeed": "Скорость вентилятора",
        "targetTemperature": "Целевая температура",
        "identifier": "Идентификатор",
        "filterContamination": "Загрязнение фильтра",
        "outdoorAirTemperature": "t наружного воздуха",
        "supplyAirTemperature": "t воздуха в канале",
        "roomTemperature": "t комнаты",
        "returnAirTemperature": "t обр воздуха",
        "tBehindRecuperator": "t за рекуператором",
        "fanStatus": "Статус вентилятора",
        "ventValveStatus": "Статус вент клапана",
        "systemStatus": "Статус системы",
        "mainRegulatorPower": "Мощность главного регулятора",
        "pwm": "ШИМ",
        "displayColorInversion": "Инверсия цветов дисплея",
        "displayContrast": "Контрастность дисплея",
        "automaticFanControl": "Автоматическое управление вентилятором",
        "numberOfSpeedsInTheSystem": "Кол-во скоростей в системе",
        "minSpeed": "Минимальная скорость",
        "maxSpeed": "Максимальная скорость",
        "year": "Год",
        "month": "Месяц",
        "day": "День",
        "dayOfTheWeek": "День недели",
        "hour": "Час",
        "minute": "Минута",
        "second": "Секунда",
        "purgeTime": "Время продувки",
        "warmUpTime": "Время прогрева",
        "returnAirTemperatureStandby": "tобр деж",
        "returnAirTemperatureStart": "tобр пуск",
        "returnAirTemperatureFreezing": "tобр змр",
        "airDamperOpeningTime": "Время открытия воздушной заслонки",
        "coolingHysteresis": "Гистерезис охл",
        "coolingOnOffCycle": "Цикл вкл-выкл охл",
        "temperatureSetpoint": "Точка регулировки температуры (tпрв/tкп)",
        "processFlowDiagramNumber": "Номер технологической схемы",
        "heatingElementType": "Тип ЭТ",
        "supplyAirTemperatureSupercooling": "tпрв переохлаждения",
        "outdoorAirTemperatureHeating": "tнв нагревание",
        "outdoorAirTemperatureCooling": "tнв охлаждение",
        "diH": "di н",
        "dpH": "dp н",
        "tQutH": "Tqut н",
        "timeUntilActivationOfFrostProtection": "Время до защиты от переохлаждения в канале",
        "passiveBacklightBrightness": "Яркость подсветки пассивная",
        "activeBacklightBrightness": "Яркость подсветки активная",
        "portExecutingTheCommand": "Выполняющий команду порт",
        "requestFunction": "Функция запроса",
        "initialRegister": "Начальный регистр",
        "numberOfRegisters": "Кол-во регистров",
        "pullUpResistorsCOM0": "Подтягивающие резисторы COM0",
        "pullUpResistorsCOM1": "Подтягивающие резисторы COM1",
        "terminatingResistorCOM0": "Терминирующий резистор COM0",
        "terminatingResistorCOM1": "Терминирующий резистор COM1",
        "portOperatingModeCOM0": "Режим работы порта COM0",
        "portOperatingModeCOM1": "Режим работы порта COM1",
        "deviceAddress": "Адрес устройства",
        "portParamsCOM0": "Параметры порта COM0",
        "portParamsCOM1": "Параметры порта COM1",
        "inactivityTime": "Время неактивности",
        "cycleTime": "Время цикла",
        "coreErrorCode": "Код ошибки ядра",
        "expansionBoardError": "Ошибка платы расширения",
        "generalFailure": "Общая авария",
        "fireAlarm": "Пожарная сигнализация",
        "supplyAirSensorFailure": "Отказ датчика tпрв",
        "returnAirSensorFailure": "Отказ датчика tобр",
        "outdoorAirSensorFailure": "Отказ датчика tнв",
        "tKpAirSensorFailure": "Отказ датчика tкп",
        "fanFailure": "Авария вентилятора",
        "heatExchangerProtection": "Защита теплообменника",
        "supercoolingInTheChannel": "Переохлаждение в канале",
        "coolingModeDxProtection": "Режим ОХЛАЖДЕНИЕ - защита DX",
        "resetFailure": "Сброс аварии",
        "Disabled": "Выключен",
        "Ventilation": "Вентиляция",
        "Heat": "Нагрев",
        "Cooling": "Охлаждение",
        "Auto": "Авто",
        "Stopped": "Остановлен",
        "Warm-up": "Прогрев",
        "Opening the damper": "Открытие заслонки",
        "Purge": "Продувка",
        "Accident": "Авария",
        "Slave": "Подчиненный",
        "Master": "Главный",
        "Close": "Закрыт",
        "Closing": "Закрывается",
        "Opening": "Открывается",
        "Open": "Открыт",
        "Preparation": "Подготовка",
        "Operating": "Работает",
        "Maintaining low productivity": "Удержание низкой производительности",
        "Accidents": "Аварии",
        "General": "Основные",
        "Sensors": "Датчики",
        "Statuses": "Статусы",
        "System": "Системные"
      }
    }
  }
}
