export interface GateEvent {
id: number;
timestamp: string;
action: string;
source: string;
success: boolean;
}
export interface Settings {
maxOpenTime: string;
triggerDuration: string;
Powered by TurnKey Linux.