export type SocketInitRaspberryInput = {
    macAddress: string;
};
