Help for this page

Select Code to Download


  1. or download this
    typedef struct {
        uint8_t mode;
    ...
        uint8_t datalength;
        uint8_t data[16];
    } SCHEDULEENTRY;
    
  2. or download this
    #runonce    hour    minute  second  command             offset  values
    0           0       0       0       DEEPSLEEP           0       0  19 
    +20
    ...
    0           0       23      0       STREAM_TELEMETRY    0       0
    0           0       23      30      SWITCHED_POWER      0       0
    0           0       24      0       DEEPSLEEP           0       0 59 0
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    # close filehandles
    close $ifh;
    close $ofh
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    
        return;
    }
    
  5. or download this
    package GSPSupport;
    
    ...
    }
    
    1;