Update
parent
11da69f2b3
commit
23745ee118
|
|
@ -52,7 +52,7 @@ class WaterQualityReportCommand extends Command
|
||||||
$data = [
|
$data = [
|
||||||
'conductivity' => rand(560, 565),
|
'conductivity' => rand(560, 565),
|
||||||
'oxygen' => rand(1000, 1100) / 100,
|
'oxygen' => rand(1000, 1100) / 100,
|
||||||
'chlorine' => rand(8, 10) / 100,
|
'chlorine' => 0.09,
|
||||||
'turbidity' => rand(100000, 103000) / 100,
|
'turbidity' => rand(100000, 103000) / 100,
|
||||||
'temp' => null,
|
'temp' => null,
|
||||||
'ph' => rand(750, 760) / 100,
|
'ph' => rand(750, 760) / 100,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue