added command for setting specific height

This commit is contained in:
Rocka84
2024-06-01 14:00:53 +02:00
parent 31d70b3746
commit c10ab706a3
3 changed files with 21 additions and 9 deletions

View File

@@ -51,6 +51,7 @@ namespace esphome {
void lower();
void stop();
void goto_position(int pos);
void goto_height(float height);
void request_physical_limits();
void request_limits();