export interface Station { code: string; name: string; online: boolean; ip: string; }