We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba4ee9 commit ceda67fCopy full SHA for ceda67f
src/property/PropertyContainer.h
@@ -37,6 +37,7 @@
37
#include "types/CloudBool.h"
38
#include "types/CloudFloat.h"
39
#include "types/CloudInt.h"
40
+#include "types/CloudUnsignedInt.h"
41
#include "types/CloudString.h"
42
#include "types/CloudLocation.h"
43
#include "types/CloudColor.h"
@@ -72,7 +73,7 @@ typedef CloudFloat CloudElectricCurrent;
72
73
typedef CloudFloat CloudElectricPotential;
74
typedef CloudFloat CloudElectricResistance;
75
typedef CloudFloat CloudCapacitance;
-typedef CloudFloat CloudTime;
76
+typedef CloudUnsignedInt CloudTime;
77
typedef CloudFloat CloudFrequency;
78
typedef CloudFloat CloudDataRate;
79
typedef CloudFloat CloudHeartRate;
0 commit comments