{
	"author": "DVLK",
	"date": "10.03.2024",
	"version": "0.19",
	"name": "Погодная станция",
	"description": "Погодная станция",
	"manufacturer": "ComWinTop",
	"model": "CWT-UWD-SDTHPMIAPR",
	"catalogId": 0,
	"status": "Test",
    
	"services": [
		{
			"name": "Уличная температура",
			"type": "TemperatureSensor",
			"characteristics": [
				{       
					"type": "CurrentTemperature",
					"link": {
						"address": 505,
						"function": "Holding",
						"scale": 0.1,
						"minStep": 0.1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Уличная Влажность",
			"type": "HumiditySensor",
			"characteristics": [
				{       
					"type": "CurrentRelativeHumidity",
					"link": {
						"address": 504,
						"function": "Holding",
						"scale": 0.1,
						"minStep": 5,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Уличный Шум",
			"type": "C_NoiseSensor",
			"logics": [
				{
					"type": "NoiseDetectedFromCurrentNoiseLevel"
				}
			],
			"characteristics": [
				{       
					"type": "C_CurrentNoiseLevel",
					"link": {
						"address": 506,
						"function": "Holding",
						"scale": 0.1,
						"minStep": 5,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Частицы PM2.5",
			"type": "AirQualitySensor",
			"logics": [
				{
					"type": "AirQualityFromPM2_5Density"
				}
			],
			"characteristics": [
				{       
					"type": "PM2_5Density",
					"link": {
						"address": 507,
						"function": "Holding",
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Частицы PM10",
			"type": "AirQualitySensor",
			"logics": [
				{
					"type": "AirQualityFromPM10Density"
				}
			],
			"characteristics": [
				{       
					"type": "PM10Density",
					"link": {
						"address": 508,
						"function": "Holding",
						"scale": 1,
						"minStep": 5,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Атмосферное давление",
			"type": "C_AtmosphericPressureSensor",
			"characteristics": [
				{       
					"type": "C_CurrentAtmosphericPressure",
					"link": {
						"address": 509,
						"function": "Holding",
						"scale": 0.750062 ,
						"minStep": 5,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Уличная Освещененность",
			"type": "LightSensor",
			"characteristics": [
				{       
					"type": "CurrentAmbientLightLevel",
					"link": {
						"address": 510,
						"function": "Holding",
						"length": 2,
						"scale": 1,
						"minStep": 5,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Освещененность",
			"type": "LightSensor",
			"visible": false,
			"characteristics": [
				{       
					"type": "CurrentAmbientLightLevel",
					"link": {
						"address": 512,
						"function": "Holding",
						"scale": 100,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Скорость Ветра",
			"type": "C_DistanceSensor",
			"characteristics": [
				{       
					"type": "C_Distance",
					"link": {
						"address": 500,
						"function": "Holding",
						"scale": 0.01,
						"minStep": 1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Сила Ветра",
			"type": "C_DistanceSensor",
			"visible": false,
			"characteristics": [
				{       
					"type": "C_Distance",
					"link": {
						"address": 501,
						"function": "Holding",
						"scale": 1,
						"minStep": 1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Угол Ветра",
			"type": "C_AngleMeter",
			"visible": false,
			"characteristics": [
				{       
					"type": "C_Angle",
					"link": {
						"address": 503,
						"function": "Holding",
						"scale": 1,
						"minStep": 1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Направление Ветра",
			"type": "C_Option",
			"visible": false,
			"characteristics": [
				{       
					"type": "C_Integer",
					"link": {
						"address": 502,
						"function": "Holding",
						"scale": 1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "Значение Дождя",
			"type": "C_Option",
			"visible": false,
			"characteristics": [
				{       
					"type": "C_Double",
					"link": {
						"address": 513,
						"function": "Holding",
						"scale": 0.1,
						"minStep":0.1,
						"pollingTime": 1000
					}
				}
			]
		},
		{
			"name": "ДОЖДЬ",
			"type": "LeakSensor",
			"characteristics": [
				{       
					"type": "LeakDetected"
				}
			]
		}
	]
}