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 c365226 commit eb47696Copy full SHA for eb47696
README.md
@@ -4,7 +4,7 @@ LifxLan protocol. (Work in progress)
4
Note: This library is not ready for use in production. And does not cover all API capabilities. I just built it for my self to
5
6
**Setting light color by name:**
7
-```
+```php
8
$light_ip = '192.168.1.x';
9
$Light = new Light($light_ip);
10
$brightness = 40;
0 commit comments