{
  "schemaVersion": 1,
  "minEngineVersion": 1,
  "deviceType": 1,
  "name": "Vega SI-11",
  "advertisingNames": [
    "VEGA SI-11"
  ],
  "pairing": "never",
  "parameters": [
    {
      "id": 1007,
      "title": "Модель устройства",
      "readonly": true,
      "wire": {
        "type": "uint8",
        "size": 1,
        "byteOrder": "big"
      },
      "ui": {
        "editor": "readOnly",
        "format": "deviceType"
      }
    },
    {
      "id": 1008,
      "title": "Время устройства (UTC)",
      "readonly": false,
      "wire": {
        "type": "uint32",
        "size": 4,
        "byteOrder": "big"
      },
      "ui": {
        "editor": "number",
        "format": "unixSeconds"
      }
    },
    {
      "id": 1009,
      "title": "Версия ПО",
      "readonly": true,
      "wire": {
        "type": "ascii",
        "size": 20,
        "byteOrder": "big",
        "trimZeroPadding": true
      },
      "ui": {
        "editor": "readOnly",
        "format": "firmwareVersion"
      }
    },
    {
      "id": 1018,
      "title": "Температура",
      "readonly": true,
      "wire": {
        "type": "int8",
        "size": 1,
        "byteOrder": "big"
      },
      "ui": {
        "editor": "readOnly",
        "format": "raw",
        "unit": "°C"
      }
    },
    {
      "id": 1019,
      "title": "Заряд батареи",
      "readonly": true,
      "wire": {
        "type": "uint8",
        "size": 1,
        "byteOrder": "big"
      },
      "ui": {
        "editor": "readOnly",
        "format": "raw",
        "unit": "%"
      },
      "constraints": {
        "min": 0,
        "max": 100
      }
    },
    {
      "id": 1157,
      "title": "BLE MAC",
      "readonly": true,
      "wire": {
        "type": "mac",
        "size": 6,
        "byteOrder": "big"
      },
      "ui": {
        "editor": "readOnly",
        "format": "mac"
      }
    }
  ],
  "screens": [
    {
      "kind": "info",
      "title": "Информация",
      "groups": [
        {
          "title": "Текущее состояние",
          "parameterIds": [
            1007,
            1008,
            1009,
            1018,
            1019,
            1157
          ]
        }
      ]
    }
  ]
}
