opensensemap-client
Preparing search index...
getLatestMeasurementOfSensor
Function getLatestMeasurementOfSensor
getLatestMeasurementOfSensor
(
senseBoxId
:
string
,
sensorId
:
string
,
options
?:
GetLatestMeasurementOfSensorOptions
,
)
:
Promise
<
|
undefined
|
string
|
{
_id
:
string
;
icon
?:
string
;
sensorType
?:
string
;
title
:
string
;
unit
:
string
;
}
&
{
lastMeasurement
?:
{
createdAt
:
string
;
value
:
string
}
}
,
>
Parameters
senseBoxId
:
string
sensorId
:
string
Optional
options
:
GetLatestMeasurementOfSensorOptions
Returns
Promise
<
|
undefined
|
string
|
{
_id
:
string
;
icon
?:
string
;
sensorType
?:
string
;
title
:
string
;
unit
:
string
;
}
&
{
lastMeasurement
?:
{
createdAt
:
string
;
value
:
string
}
}
,
>
See
https://docs.opensensemap.org/#api-Measurements-getLatestMeasurementOfSensor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
opensensemap-client
Loading...
See
https://docs.opensensemap.org/#api-Measurements-getLatestMeasurementOfSensor