6 lines
97 B
C++
6 lines
97 B
C++
#include "Sensor.h"
|
|
|
|
Sensor::Sensor() {
|
|
// this->isSensor = true;
|
|
type = Thing::SensorType;
|
|
} |