[
  {
    "name": "Параметры электросети",
    "manufacturer": "Waterius",
    "model": "US",
    "ver": "002",
    "services": [
      {
        "name": "Частота сети",
        "visible": true,
        "type": "C_FrequencyMeter",
        "characteristics": [
          {
            "type": "C_Frequency",
            "link": {
              "type": "float",
			        "topicSearch": "waterius/(.*)/frequency",			  
              "topicGet": "waterius/(1)/frequency"
            }
          }
        ]
      },
      {
        "name": "Потреблено Всего",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/total"
            }
          }
        ]
      },
      {
        "name": "Тариф 1",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/total1"
            }
          }
        ]
      },
      {
        "name": "Тариф 2",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/total2"
            }
          }
        ]
      },
      {
        "name": "Напряжение Фаза 1",
        "visible": true,
        "type": "C_VoltMeter",
        "characteristics": [
          {
            "type": "C_Volt",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/voltageA"
            }
          }
        ]
      },
      {
        "name": "Напряжение Фаза 2",
        "visible": true,
        "type": "C_VoltMeter",
        "characteristics": [
          {
            "type": "C_Volt",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/voltageB"
            }
          }
        ]
      },
      {
        "name": "Напряжение Фаза 3",
        "visible": true,
        "type": "C_VoltMeter",
        "characteristics": [
          {
            "type": "C_Volt",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/voltageC"
            }
          }
        ]
      },
      {
        "name": "Ток Фаза 1",
        "visible": true,
        "type": "C_AmpereMeter",
        "characteristics": [
          {
            "type": "C_Ampere",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/currentA"
            }
          }
        ]
      },
      {
        "name": "Ток Фаза 2",
        "visible": true,
        "type": "C_AmpereMeter",
        "characteristics": [
          {
            "type": "C_Ampere",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/currentB"
            }
          }
        ]
      },
      {
        "name": "Ток Фаза 3",
        "visible": true,
        "type": "C_AmpereMeter",
        "characteristics": [
          {
            "type": "C_Ampere",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/currentC"
            }
          }
        ]
      },
      {
        "name": "Мощьность общая",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/power"
            }
          }
        ]
      },
      {
        "name": "Мощность Фаза 1",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/powerA"
            }
          }
        ]
      },
      {
        "name": "Мощность Фаза 2",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/powerB"
            }
          }
        ]
      },
      {
        "name": "Мощность Фаза 3",
        "visible": true,
        "type": "C_KilowattHourMeter",
        "characteristics": [
          {
            "type": "C_KilowattHour",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/powerC"
            }
          }
        ]
      },
      {
        "name": "CosF A",
        "visible": true,
        "type": "C_AngleMeter",
        "characteristics": [
          {
            "type": "C_Angle",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/cosfA"
            }
          }
        ]
      },
      {
        "name": "CosF B",
        "visible": true,
        "type": "C_AngleMeter",
        "characteristics": [
          {
            "type": "C_Angle",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/cosfB"
            }
          }
        ]
      },
      {
        "name": "CosF C",
        "visible": true,
        "type": "C_AngleMeter",
        "characteristics": [
          {
            "type": "C_Angle",
            "link": {
              "type": "float",
              "topicGet": "waterius/(1)/cosfC"
            }
          }
        ]
      },
      {
        "name": "Serial",
        "visible": true,
        "type": "C_Option",
        "characteristics": [
          {
            "type": "C_String",
            "link": {
              "type": "String",
              "topicGet": "waterius/(1)/sn"
            }
          }
        ]
      },
      {
        "name": "Модель",
        "visible": true,
        "type": "C_Option",
        "characteristics": [
          {
            "type": "C_String",
            "link": {
              "type": "String",
              "topicGet": "waterius/(1)/model"
            }
          }
        ]
      },
      {
        "name": "RSSI",
        "visible": true,
        "type": "C_Option",
        "characteristics": [
          {
            "type": "C_Integer",
            "link": {
              "type": "Integer",
              "topicGet": "waterius/(1)/rssi"
            }
          }
        ]
      },
      {
        "name": "MAC",
        "visible": true,
        "type": "C_Option",
        "characteristics": [
          {
            "type": "C_String",
            "link": {
              "type": "String",
              "topicGet": "waterius/(1)/mac"
            }
          }
        ]
      },
      {
        "name": "IP",
        "visible": true,
        "type": "C_Option",
        "characteristics": [
          {
            "type": "C_String",
            "link": {
              "type": "String",
              "topicGet": "waterius/(1)/ip"
            }
          }
        ]
      }
    ]
  }
]
