30 #include <ArduinoJson.h>
Definition: VirtualShield.h:50
VirtualShield & shield
Definition: Sensor.h:55
LightSensor(const VirtualShield &shield)
Initializes a new instance of the LightSensor class.
Definition: LightSensor.cpp:36
Definition: LightSensor.h:34
void onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override
Event called when a valid json message was received. Consumes the proper values for this sensor...
Definition: LightSensor.cpp:45
double Lux
Definition: LightSensor.h:36
Definition: ShieldEvent.h:35