Change send_command_value params
This commit is contained in:
@@ -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 ###
|
||||
|
||||
Reference in New Issue
Block a user