Support building fetch position packets
This commit is contained in:
@@ -12,7 +12,8 @@ public:
|
||||
void buildUpPacket(uint8_t *buffer, uint16_t shadeID);
|
||||
void buildDownPacket(uint8_t *buffer, uint16_t shadeID);
|
||||
void buildStopPacket(uint8_t *buffer, uint16_t shadeID);
|
||||
void buildPositionPacket(uint8_t *buffer, uint16_t shadeID, float percentage);
|
||||
void buildSetPositionPacket(uint8_t *buffer, uint16_t shadeID, float percentage);
|
||||
void buildFetchPositionPacket(uint8_t *buffer, uint16_t shadeID);
|
||||
|
||||
private:
|
||||
uint16_t address;
|
||||
|
||||
Reference in New Issue
Block a user