We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when i test this code on a internet navigator there not works ? if i test on my RPI its ok
the code "<?php
require DIR . '/vendor/autoload.php'; echo "test:";
$client = new \Phue\Client('192.168.0.225', 'laurentmario'); $group = $client->getGroups()[1];
$group->setOn(true); echo "allumage ..."; ?> "
The text was updated successfully, but these errors were encountered:
This sounds like an implementation problem which is out of my control.
Sorry, something went wrong.
i have find my problem. Is read/write problem on files. thanks
No branches or pull requests
when i test this code on a internet navigator there not works ? if i test on my RPI its ok
the code "<?php
require DIR . '/vendor/autoload.php';
echo "test:";
$client = new \Phue\Client('192.168.0.225', 'laurentmario');
$group = $client->getGroups()[1];
$group->setOn(true);
echo "allumage ...
";
?>
"
The text was updated successfully, but these errors were encountered: