getDeviceStatus method
Get the status of a device
in this study deployment.
Implementation
DeviceDeploymentStatus getDeviceStatus(DeviceConfiguration device) =>
deviceStatusList.firstWhere((status) => status.device == device);
Get the status of a device
in this study deployment.
DeviceDeploymentStatus getDeviceStatus(DeviceConfiguration device) =>
deviceStatusList.firstWhere((status) => status.device == device);