Update payload.h
This commit is contained in:
parent
d18403a84a
commit
a2a53f7617
@ -60,8 +60,7 @@ public:
|
|||||||
void addButton(uint8_t value);
|
void addButton(uint8_t value);
|
||||||
void addSensor(uint8_t[]);
|
void addSensor(uint8_t[]);
|
||||||
void addTime(time_t value);
|
void addTime(time_t value);
|
||||||
void addPM10(float value);
|
void addSDS(sdsStatus_t value);
|
||||||
void addPM25(float value);
|
|
||||||
private:
|
private:
|
||||||
void addChars( char* string, int len);
|
void addChars( char* string, int len);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user