Skip to content
New issue

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

code with ie or firefox #93

Closed
889laurent opened this issue Apr 14, 2015 · 2 comments
Closed

code with ie or firefox #93

889laurent opened this issue Apr 14, 2015 · 2 comments

Comments

@889laurent
Copy link

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 ...
";
?>
"

@sqmk
Copy link
Owner

sqmk commented Apr 14, 2015

This sounds like an implementation problem which is out of my control.

@sqmk sqmk closed this as completed Apr 14, 2015
@889laurent
Copy link
Author

i have find my problem. Is read/write problem on files.
thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants