WB-MSW v.3 Zigbee Sensor: различия между версиями

Строка 270: Строка 270:
|-
|-
|}
|}
=== Датчик TH ===
Доступные параметры:
* '''th_heater''' — Подогрев датчика TH:
** чтение:
**:<syntaxhighlight lang="js">
{
  "read": {
    "cluster": "msRelativeHumidity",
    "options": {"manufacturerCode":26214},
    "attributes": [
      "sprutHeater"
    ]
  }
}
</syntaxhighlight>
** запись:
**:<syntaxhighlight lang="js">
{
  "write": {
    "cluster": "msRelativeHumidity",
    "options": {"manufacturerCode": 26214},
    "payload": {
      "sprutHeater": 1
    }
  }
}
</syntaxhighlight>
* '''temperature_offset''' — Температурная компенсация:
** запись:
**:<syntaxhighlight lang="js">
{
  "write": {
    "cluster": "msTemperatureMeasurement",
    "options": {"manufacturerCode": 26214},
    "payload": {
      "sprutTemperatureOffset": 1
    }
  }
}
</syntaxhighlight>


=== Датчик CO2 ===
=== Датчик CO2 ===