@@ -13,7 +13,7 @@ |
||
13 | 13 | $deviceParams = $device->getParams(); |
14 | 14 | $ch = 0; |
15 | 15 | foreach ($deviceParams as $deviceParam) { |
16 | - list($param,$value) = explode(':', $deviceParam); |
|
16 | + list($param, $value) = explode(':', $deviceParam); |
|
17 | 17 | if ($param == 'channel') { |
18 | 18 | $ch = $value; |
19 | 19 | break; |