Change send_command_value params

This commit is contained in:
Edward Firmo
2023-11-07 21:23:28 +01:00
parent 85ca25069d
commit bc93bc523f
2 changed files with 7 additions and 7 deletions

View File

@@ -348,9 +348,9 @@ api:
- service: send_command_value
variables:
component: string
message: int
value: int
then:
- lambda: 'disp1->set_component_value(component.c_str(), message);'
- lambda: 'disp1->set_component_value(component.c_str(), value);'
##### Service to send a command "hide componente" directly to the display #####
- service: send_command_hide ### unused ###