-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add support for requestTime() #8
Comments
@flatsiedatsie I have added the feature in the latest commit. Could you do a round of testing and let me know if it works. Thanks. |
I will! |
My alarm clock node does not seem to pick up the time :-( I couldn't find any code in the project relating to "I_TIME"? I had a look at the documentation, and it seems a time request will be something like. *; (NODE_ID) It should return "local time adjusted for DST." |
Hey, wait, I think it works now! The time seems to be one hour off?
But the time on the alarm clock says 14:00. Perhaps it's a summertime/wintertime thing? |
I assume so. I think the time sent by the controller is UTC and UTC is 1 hr behind CET. |
Add feature to respond for requestTime calls from nodes.
The text was updated successfully, but these errors were encountered: