temporarily handle current device in device list
This commit is contained in:
@@ -39,6 +39,11 @@ export class DeviceService {
|
|||||||
} else {
|
} else {
|
||||||
// Set connected
|
// Set connected
|
||||||
device.connected = this.sysConns.connections[device.deviceID].connected;
|
device.connected = this.sysConns.connections[device.deviceID].connected;
|
||||||
|
|
||||||
|
// TODO ? temporarily set to connected
|
||||||
|
if (device.deviceID === this.thisDevice.deviceID) {
|
||||||
|
device.connected = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.dbCompletionService.getDeviceCompletion(device.deviceID).subscribe(
|
this.dbCompletionService.getDeviceCompletion(device.deviceID).subscribe(
|
||||||
|
|||||||
Reference in New Issue
Block a user