Subversion Repositories tpanel

Rev

Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33 Rev 153
Line 64... Line 64...
64
    int rl{0};              //!< Level range low
64
    int rl{0};              //!< Level range low
65
    int rh{255};            //!< Level range high
65
    int rh{255};            //!< Level range high
66
    int lu{2};              //!< Level time up
66
    int lu{2};              //!< Level time up
67
    int ld{2};              //!< Level time down
67
    int ld{2};              //!< Level time down
68
    int so{1};
68
    int so{1};
69
    int co{1};
69
    int co{1};              //!< Port number for command list
70
    std::string ac;
70
    std::string ac;
-
 
71
    std::vector<std::string>cm; //!< Commands to self feed or to send to the NetLinx
71
    int ac_de{0};
72
    int ac_de{0};
72
    int at{0};
73
    int at{0};
73
}EXBUTTON_t;
74
}EXBUTTON_t;
74
 
75
 
75
typedef struct EXTPAGE_t
76
typedef struct EXTPAGE_t