-
Notifications
You must be signed in to change notification settings - Fork 307
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
When may setNodeProperty() be invoked? #40
Comments
Thanks a lot. :) Perfect timing, I've just updated the temperature example with what you want! What you need is To answer to your question, the |
I've built and uploaded your temperature example, but I don't get a
In the Arduino IDE's serial monitor I see
|
Oh, you're right. Let me take a look at it. |
I think it's the same issue I had earlier: a |
Could you please try again with the latest git rev? |
Works like a charm:
Thank you for fixing this so quickly. |
Great, my pleasure! |
tested with chromium and firefox and all content types i had handy. chrome and firefox render all files inline, if they can. chrome downloads files when asked to download, firefox opens a download dialog.
First of all, thank you for building Homie-ESP8266; this is grand.
Assuming I want to add a property to a node to indicate the unit, I tried doing
in
setup()
, just beforeregisterNode()
, just after, and afterHomie.setup()
, none of which works. The only place I seem to succeed in seeing this property is if I add it to a loop handler, which is a shame, as it's a one-time only constant property.Am I holding it incorrectly? :-)
The text was updated successfully, but these errors were encountered: