Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello,
I want to show how many time is remaining to start program for this How Do I add running status of program through service??please refer the below attachment
Thanks in advance
Solved! Go to Solution.
Hi @RM12,
You can achieve this by creating a subscription that triggers every minute from a Timer Thing and comparing the current date/time and programStartDateTime. Then, set property timeRemaining of the program to the difference between currentDate and programStartDateTime. This will set the property every minute and keep it up to date.
Thanks,
Emmanuel
Hi @RM12,
You can achieve this by creating a subscription that triggers every minute from a Timer Thing and comparing the current date/time and programStartDateTime. Then, set property timeRemaining of the program to the difference between currentDate and programStartDateTime. This will set the property every minute and keep it up to date.
Thanks,
Emmanuel
Hi @RM12.
If the previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Thank you for your participation in the community!
Regards.
--Sharon