Update schedule process to allow toggling/triggering via UI
This commit is contained in:
parent
02fe49892d
commit
036bea2b94
18 changed files with 280 additions and 221 deletions
|
@ -30,6 +30,9 @@ return [
|
|||
'command' => 'Send Command',
|
||||
'power' => 'Power Action',
|
||||
],
|
||||
'toggle' => 'Toggle Status',
|
||||
'run_now' => 'Trigger Schedule',
|
||||
'schedule_created' => 'Successfully created a new schedule for this server.',
|
||||
'unnamed' => 'Unnamed Schedule',
|
||||
'setup' => 'Schedule Setup',
|
||||
'day_of_week' => 'Day of Week',
|
||||
|
|
Reference in a new issue