|
28 | 28 |
|
29 | 29 | #include "../property/PropertyContainer.h"
|
30 | 30 |
|
31 |
| -#include "types/CloudBool.h" |
32 |
| -#include "types/CloudFloat.h" |
33 |
| -#include "types/CloudInt.h" |
34 |
| -#include "types/CloudString.h" |
35 |
| -#include "types/CloudLocation.h" |
36 |
| -#include "types/CloudColor.h" |
37 |
| -#include "types/CloudWrapperBase.h" |
38 |
| - |
39 |
| -#include "types/automation/CloudColoredLight.h" |
40 |
| -#include "types/automation/CloudContactSensor.h" |
41 |
| -#include "types/automation/CloudDimmedLight.h" |
42 |
| -#include "types/automation/CloudLight.h" |
43 |
| -#include "types/automation/CloudMotionSensor.h" |
44 |
| -#include "types/automation/CloudSmartPlug.h" |
45 |
| -#include "types/automation/CloudSwitch.h" |
46 |
| -#include "types/automation/CloudTemperature.h" |
47 |
| -#include "types/automation/CloudTelevision.h" |
48 |
| - |
| 31 | +#include "../property/types/CloudBool.h" |
| 32 | +#include "../property/types/CloudFloat.h" |
| 33 | +#include "../property/types/CloudInt.h" |
| 34 | +#include "../property/types/CloudString.h" |
| 35 | +#include "../property/types/CloudLocation.h" |
| 36 | +#include "../property/types/CloudColor.h" |
| 37 | +#include "../property/types/CloudWrapperBase.h" |
| 38 | + |
| 39 | +#include "../property/types/automation/CloudColoredLight.h" |
| 40 | +#include "../property/types/automation/CloudContactSensor.h" |
| 41 | +#include "../property/types/automation/CloudDimmedLight.h" |
| 42 | +#include "../property/types/automation/CloudLight.h" |
| 43 | +#include "../property/types/automation/CloudMotionSensor.h" |
| 44 | +#include "../property/types/automation/CloudSmartPlug.h" |
| 45 | +#include "../property/types/automation/CloudSwitch.h" |
| 46 | +#include "../property/types/automation/CloudTemperature.h" |
| 47 | +#include "../property/types/automation/CloudTelevision.h" |
49 | 48 |
|
50 | 49 | /******************************************************************************
|
51 | 50 | CONSTANTS
|
|
0 commit comments