Skip to content

Commit ceda67f

Browse files
committed
Make CloudTime an unsigned int
1 parent aba4ee9 commit ceda67f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/property/PropertyContainer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include "types/CloudBool.h"
3838
#include "types/CloudFloat.h"
3939
#include "types/CloudInt.h"
40+
#include "types/CloudUnsignedInt.h"
4041
#include "types/CloudString.h"
4142
#include "types/CloudLocation.h"
4243
#include "types/CloudColor.h"
@@ -72,7 +73,7 @@ typedef CloudFloat CloudElectricCurrent;
7273
typedef CloudFloat CloudElectricPotential;
7374
typedef CloudFloat CloudElectricResistance;
7475
typedef CloudFloat CloudCapacitance;
75-
typedef CloudFloat CloudTime;
76+
typedef CloudUnsignedInt CloudTime;
7677
typedef CloudFloat CloudFrequency;
7778
typedef CloudFloat CloudDataRate;
7879
typedef CloudFloat CloudHeartRate;

0 commit comments

Comments
 (0)