示例#1
0
        public Sensor(string deviceId, string sensorType)
        {
            DeviceId   = deviceId;
            SensorType = sensorType;

            influxDbClient = InfluxDbClient.GetInstance();
        }