export interface IBeaconGroup { group_mac: string; beacon_macs: string[]; relative_x: number; relative_y: number; relative_z: number; }