We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08be340 commit c0863d9Copy full SHA for c0863d9
README.md
@@ -301,7 +301,9 @@ You can communicate with a *remote* RevPi device via a WebSocket.
301
use Flat3\RevPi\RevolutionPi;
302
303
$pi = new \App\MyPi;
304
-$pi->remote('ws://10.1.2.3:12873'); // Adding the remote call creates a connection to a device
+
305
+// Adding the remote call creates a connection to a device
306
+$pi->remote('ws://10.1.2.3:12873');
307
308
// From now, other methods act remotely:
309
$pi->output1 = 1;
0 commit comments