-
Notifications
You must be signed in to change notification settings - Fork 14
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
url #2
Comments
ummm, its HomeBridge or the homebridge html plugin format? xml or something
dunno try reading the code or loading up the sketch
{temperature:x,humidity:x, ............
client.print("{");
client.print("\"temperature\":");
client.print(temperatureIndoor);
client.print(",");
//client.print("\"humidity\":");
//client.print(temperatureOutdoor);
//client.print("}");
//client.println();
//client.print(",");
//client.print("{");
client.print("\"lightval\":");
client.print(photocellReading);
client.print(",");
client.print("\"pirval\":");
client.print(pirReading);
//client.print("True");
client.print("}");
client.println();
…On Thu, May 25, 2017 at 2:24 AM, imperialjoy ***@***.***> wrote:
What sort of information is supposed to be returned by the URL? What is
the format for motion detected or not detected?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADqL6sE7N_mJERwqz-_gtSBhY94iRc-Zks5r9UjjgaJpZM4NmJ5O>
.
--
Galen Wollenberg
Laguna Computer
949-813-3691
[email protected]
|
… On Thu, May 25, 2017 at 2:24 AM, imperialjoy ***@***.***> wrote:
What sort of information is supposed to be returned by the URL? What is
the format for motion detected or not detected?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADqL6sE7N_mJERwqz-_gtSBhY94iRc-Zks5r9UjjgaJpZM4NmJ5O>
.
--
Galen Wollenberg
Laguna Computer
949-813-3691
[email protected]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI,
Thanks for making this. What sort of information is supposed to be returned by the URL? What is the format for motion detected or not detected?
The text was updated successfully, but these errors were encountered: