mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Change exec command to run
This commit is contained in:
parent
2250a36d0d
commit
26e7b80a4b
@ -1240,7 +1240,7 @@ void dispatchSetup()
|
||||
dispatch_add_command(PSTR("brightness"), dispatch_backlight_obsolete); // dim
|
||||
dispatch_add_command(PSTR("light"), dispatch_backlight_obsolete);
|
||||
dispatch_add_command(PSTR("theme"), dispatch_theme);
|
||||
dispatch_add_command(PSTR("exec"), dispatch_exec);
|
||||
dispatch_add_command(PSTR("run"), dispatch_exec);
|
||||
dispatch_add_command(PSTR("service"), dispatch_service);
|
||||
dispatch_add_command(PSTR("wakeup"), dispatch_wakeup_obsolete);
|
||||
dispatch_add_command(PSTR("calibrate"), dispatch_calibrate);
|
||||
|
Loading…
x
Reference in New Issue
Block a user