incyclist-services 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -599,7 +599,7 @@ class DeviceRideService extends events_1.default {
|
|
|
599
599
|
const adapterInfo = adapters === null || adapters === void 0 ? void 0 : adapters.find(ai => ai.adapter.isEqual(deviceSettings));
|
|
600
600
|
if (!adapterInfo)
|
|
601
601
|
return;
|
|
602
|
-
adapterInfo.tsLastData = Date.now();
|
|
602
|
+
adapterInfo.tsLastData = data.timestamp || Date.now();
|
|
603
603
|
adapters === null || adapters === void 0 ? void 0 : adapters.forEach(ai => ai.capabilities = ai.adapter.getCapabilities());
|
|
604
604
|
const selectedDevices = this.configurationService.getSelectedDevices();
|
|
605
605
|
this.verifySelected(selectedDevices, incyclist_devices_1.IncyclistCapability.Speed);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "incyclist-services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"gd-eventlog": "^0.1.26"
|
|
6
6
|
},
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"axios": "^1.6.1",
|
|
42
|
-
"incyclist-devices": "
|
|
42
|
+
"incyclist-devices": "file:../devices",
|
|
43
43
|
"uuid": "^9.0.0",
|
|
44
44
|
"xml2js": "^0.6.2"
|
|
45
45
|
}
|