Help for this page

Select Code to Download


  1. or download this
    $api->set_light_times;
    
  2. or download this
    sub set_light_times {
        my ($self) = @_;
    ...
        );
    
    }
    
  3. or download this
    sub action_light {
        my ($self) = @_;
    ...
            $self->set_light_times;
        }
    }