Add step_delay option to X9C component (#6890)

This commit is contained in:
Oliver Hihn
2024-06-12 11:09:26 +02:00
committed by Jesse Hills
parent fdefc825bb
commit be486e0ca6
10 changed files with 15 additions and 2 deletions
+1
View File
@@ -784,6 +784,7 @@ CONF_STATIC_IP = "static_ip"
CONF_STATUS = "status"
CONF_STB_PIN = "stb_pin"
CONF_STEP = "step"
CONF_STEP_DELAY = "step_delay"
CONF_STEP_MODE = "step_mode"
CONF_STEP_PIN = "step_pin"
CONF_STOP = "stop"