Increasing upperlimit for Speed param
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user