|
@@ -48,7 +48,7 @@ func (a deviceservice) GetDevices(vendorid string, proid, pi, ps int, deviceid s
|
|
for _, device := range data {
|
|
for _, device := range data {
|
|
|
|
|
|
onlineargs := rpcs.ArgsGetDeviceOnlineStatus{
|
|
onlineargs := rpcs.ArgsGetDeviceOnlineStatus{
|
|
- Id: device.RecordId,
|
|
|
|
|
|
+ Id: device.DeviceIdentifier,
|
|
}
|
|
}
|
|
|
|
|
|
onlinereply := rpcs.ReplyGetDeviceOnlineStatus{}
|
|
onlinereply := rpcs.ReplyGetDeviceOnlineStatus{}
|