edilkamin
    Preparing search index...

    Variable getEasyTimer

    getEasyTimer: (
        jwtToken: string,
        macAddress: string,
    ) => Promise<EasyTimerStateType>

    Type Declaration

      • (jwtToken: string, macAddress: string): Promise<EasyTimerStateType>
      • Retrieves the current Easy Timer status and time.

        Parameters

        • jwtToken: string

          The JWT token for authentication.

        • macAddress: string

          The MAC address of the device.

        Returns Promise<EasyTimerStateType>

        • A promise that resolves to the timer state.