Searched refs:Sensor (Results 1 – 2 of 2) sorted by relevance
632 export default class Sensor { class
1834 interface Sensor {1925 function getSingleSensor(type: SensorId, callback: AsyncCallback<Sensor>): void;1936 function getSingleSensor(type: SensorId): Promise<Sensor>;1946 function getSensorList(callback: AsyncCallback<Array<Sensor>>): void;1956 function getSensorList(): Promise<Array<Sensor>>;