@ginden/ha-mqtt-discoverable
Preparing search index...
SubscriberEvents
Interface SubscriberEvents<CommandOptions, Sensor, EI>
interface
SubscriberEvents
<
CommandOptions
,
Sensor
,
EI
extends
EntityInfo
>
{
"command.json"
:
[
json
:
CommandOptions
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
;
"command.raw"
:
[
raw
:
Buffer
<
ArrayBufferLike
>
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
;
"command.string"
:
[
str
:
string
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
;
connected
:
[
Discoverable
<
EntityInfo
,
DiscoverableEvents
>
]
;
error
:
[
Error
]
;
"write-config"
:
[
Discoverable
<
EntityInfo
,
DiscoverableEvents
>
,
config
:
Record
<
string
,
unknown
>
,
]
;
}
Type Parameters
CommandOptions
Sensor
EI
extends
EntityInfo
Hierarchy (
View Summary
)
DiscoverableEvents
SubscriberEvents
Index
Properties
command.json
command.raw
command.string
connected
error
write-
config
Properties
command.json
"command.json"
:
[
json
:
CommandOptions
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
command.raw
"command.raw"
:
[
raw
:
Buffer
<
ArrayBufferLike
>
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
command.string
"command.string"
:
[
str
:
string
,
sensor
:
Sensor
,
topic
:
string
,
details
:
MessageDetails
<
EI
>
,
]
connected
connected
:
[
Discoverable
<
EntityInfo
,
DiscoverableEvents
>
]
error
error
:
[
Error
]
write-
config
"write-config"
:
[
Discoverable
<
EntityInfo
,
DiscoverableEvents
>
,
config
:
Record
<
string
,
unknown
>
,
]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command.json
command.raw
command.string
connected
error
write-
config
@ginden/ha-mqtt-discoverable
Loading...