ing
This commit is contained in:
@@ -39,7 +39,7 @@ export class SensorService {
|
||||
// return this.rpcService.call('SensorService.readAllByTarget', target, pageParams);
|
||||
// }
|
||||
|
||||
public read(id: string): Observable<Sensor> {
|
||||
public read(id: number): Observable<Sensor> {
|
||||
return this.rpcService.call<Sensor>('SensorService.read', id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user