File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
#include " types/automation/CloudMotionSensor.h"
25
25
#include " types/automation/CloudSmartPlug.h"
26
26
#include " types/automation/CloudSwitch.h"
27
- #include " types/automation/CloudTemperature .h"
27
+ #include " types/automation/CloudTemperatureSensor .h"
28
28
#include " types/automation/CloudTelevision.h"
29
29
30
30
/* *************************************************************************************
@@ -368,7 +368,7 @@ SCENARIO("Arduino Cloud Properties are decoded", "[ArduinoCloudThing::decode]")
368
368
{
369
369
PropertyContainer property_container;
370
370
371
- CloudTemperature test;
371
+ CloudTemperatureSensor test;
372
372
test = 0 .0f ;
373
373
addPropertyToContainer (property_container, test, " test" , Permission::ReadWrite);
374
374
You can’t perform that action at this time.
0 commit comments