@Anduril said in set a time delay in java operation:
Another minor question: I added Names to my sensors (which were auto-detected during node presentation if that matters), but they get overwritten with for example 74522 TSF:MSG:READ,17-17-0,s=22,c=0,t=23,pt=0,l=0,sg=1: which seems to be the complete serial incoming message for that sensor. Is this know and is there a way to avoid this name-changing?
Yes, we have an option to lock the name. Add this property on your node.
"lockNode": true
For more detail have a look at https://github.com/mycontroller-org/mycontroller/issues/464