Skip to main content
14-Alexandrite
September 22, 2020
Solved

How to add running status of program through service??

  • September 22, 2020
  • 2 replies
  • 1314 views

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 

Best answer by emscur

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

2 replies

emscur5-Regular MemberAnswer
5-Regular Member
September 22, 2020

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

Support
September 30, 2020

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