Increasing upperlimit for Speed param

This commit is contained in:
Nikhil Kadam
2025-05-23 12:19:37 +05:30
parent cc8934674c
commit efc6b095ff

View File

@@ -99,7 +99,7 @@ class TelemetryService
$device = Device::find($deviceId);
return [
'ChannelSpeed' => [
['min' => 0, 'max' => $device->speed_limit ?? 5000]
['min' => 0, 'max' => $device->speed_limit ?? 50000]
],
'PowerLoss_value' => [
['min' => 0, 'max' => 10]