Zamok Kiosk API
Preparing search index...
module-microcontroller/lib/shared/reducers
realtimeSensorData
Function realtimeSensorData
realtimeSensorData
(
state
?:
Record
<
string
,
any
>
,
action
:
|
PayloadAction
<
"SET_MICROCONTROLLER_SENSORS"
,
string
[]
>
|
PayloadAction
<
"SET_REALTIME_SENSOR_DATA"
,
any
>
|
PayloadAction
<
"HANDLE_COMMAND_RESPONSE"
,
{
commandQueueItem
:
CommandQueueItem
;
response
:
CommandResponse
}
,
>
,
)
:
Record
<
string
,
any
>
Parameters
state
:
Record
<
string
,
any
>
= {}
action
:
|
PayloadAction
<
"SET_MICROCONTROLLER_SENSORS"
,
string
[]
>
|
PayloadAction
<
"SET_REALTIME_SENSOR_DATA"
,
any
>
|
PayloadAction
<
"HANDLE_COMMAND_RESPONSE"
,
{
commandQueueItem
:
CommandQueueItem
;
response
:
CommandResponse
}
,
>
Returns
Record
<
string
,
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Zamok Kiosk API
Loading...