This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Sse
github-actions[bot] edited this page Aug 11, 2023
·
10 revisions
• new Sse(hue
)
Name | Type |
---|---|
hue |
Hue |
• Optional
connection: BodyReadable
& BodyMixin
• Readonly
dispatcher: Agent
• Readonly
hue: Hue
▸ _parse(raw
): Record
<string
, any
>[]
Name | Type |
---|---|
raw |
string |
Record
<string
, any
>[]
▸ connect(): Promise
<void
>
Promise
<void
>
▸ debug(message
): void
Name | Type |
---|---|
message |
string |
void
▸ event(raw
): Promise
<void
>
Name | Type |
---|---|
raw |
string |
Promise
<void
>