Beispiel #1
0
 public async Task <List <ModbusDevice> > GetAllDevicesAsync()
 {
     return(await FacilityContext._getAllDevicesAsync(this));
 }