This commit is contained in:
Alex Solomaha
2016-11-22 15:35:52 +02:00
parent 4ea249fe68
commit 4e03f07ed9

View File

@@ -423,7 +423,7 @@ class Panel implements MessageComponentInterface
break;
case 'pong':
$this->log("Pong from board [$board->id]");
$this->log("Received pong from board [$board->id]");
break;
default:
@@ -606,6 +606,7 @@ class Panel implements MessageComponentInterface
'red' => $red * 4,
'green' => $green * 4,
'blue' => $blue * 4,
'fade' => (bool)$data['fade'],
]);
break;