Hierarchy

  • GoveeEvents

Properties

destroy: (() => void)

Type declaration

    • (): void
    • Returns void

error: ((err: unknown) => void)

Type declaration

    • (err: unknown): void
    • Parameters

      • err: unknown

      Returns void

new_device: ((device: Device) => void)

Type declaration

    • (device: Device): void
    • Parameters

      Returns void

ready: (() => void)

Type declaration

    • (): void
    • Returns void

scan: ((data: GoveeDeviceData) => void)

Type declaration

unknown_device: ((data: GoveeDeviceStatusData) => void)

Type declaration

unknown_message: ((data: GoveeResponseMessage) => void)

Type declaration

Generated using TypeDoc