When I try to compile the code above I get the error "'timeStatus' was not declared in this scope" in the line
while (timeStatus() == timeNotSet && millis() - functionTimeout < 30000UL)
I use Arduino IDE 1.6.10 and inserted the library "Time" from the MySensorsArduinoExamples in the Arduino libraries folder.
Has anyone a hint for me? Thank you in advance!
By the way: Thanks a lot to @hek and the forum for the project!