@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace AppBundle\Action\Executor; |
4 | 4 | |
5 | 5 | use AppBundle\Entity\Action; |
6 | -use AppBundle\Entity\VarHook; |
|
7 | -use AppBundle\Entity\Variable; |
|
8 | 6 | |
9 | 7 | class Moisture extends BaseExecutor implements ExecutorInterface |
10 | 8 | { |
@@ -9,12 +9,12 @@ |
||
9 | 9 | class Moisture extends BaseExecutor implements ExecutorInterface |
10 | 10 | { |
11 | 11 | |
12 | - public function getData(Action $action) |
|
13 | - { |
|
14 | - $varService = $this->getContainer()->get('vars'); |
|
12 | + public function getData(Action $action) |
|
13 | + { |
|
14 | + $varService = $this->getContainer()->get('vars'); |
|
15 | 15 | |
16 | - $params = $action->getDevice()->getParams(); |
|
16 | + $params = $action->getDevice()->getParams(); |
|
17 | 17 | |
18 | 18 | |
19 | - } |
|
19 | + } |
|
20 | 20 | } |