fix
parent
aaa83dba5a
commit
7f589b4aa6
|
|
@ -139,14 +139,14 @@ class DeviceController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
1 => [0, 148, 21, 0]
|
1 => [0, 148, 21, 0],
|
||||||
2 => [0, 20, 3, 0]
|
2 => [0, 20, 3, 0],
|
||||||
3 => [0, 10, 2, 0]
|
3 => [0, 10, 2, 0],
|
||||||
4 => [0, 8, 3, 0]
|
4 => [0, 8, 3, 0],
|
||||||
5 => [0, 4, 1, 0]
|
5 => [0, 4, 1, 0],
|
||||||
6 => [0, 4, 0, 0]
|
6 => [0, 4, 0, 0],
|
||||||
7 => [0, 0, 0, 0]
|
7 => [0, 0, 0, 0],
|
||||||
]
|
];
|
||||||
|
|
||||||
return $this->json($data);
|
return $this->json($data);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue