Help for this page

Select Code to Download


  1. or download this
    my %Log_names = (
                   "BM_therm_boiler_00_state"  => { 'events_log' => 1 },
    ...
                   "BM_swi_"  => { 'device_log' => 1 },
                  );
    
  2. or download this
    if exists $Log_names{"BM_light_test_00_"}{"device_log"}
    
  3. or download this
    $VAR1 = {
              'BM_light_test_00_' => {},
    ...
                                             'events_log' => 1
                                           }
            };