Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. +1H: This should set the device in Maintenance Mode for the next one hour. (currentTime+1hours). When the button is clicked the modal window should be opened for the confirmation with the pre-existing values.
              
  2. +8H: This should set the device in Maintenance Mode for the next eight hours. (currentTime+8hours). When the button is clicked the modal window should be opened for the confirmation with the pre-existing values.
               
  3. Edit: This should allow the user to set the start and end dates for the device Maintenance.  When the button is clicked the modal window should be opened for the confirmation with the pre-existing values
                
  4. Remove: This should allow the user to disable the Maintenance of the device at any point of time. When the button is clicked the modal window should be opened for the confirmation with the pre-existing values.
                  

Rules on startdate and enddate:

Even if the date/time for "Start" and "End" is in the past, you can still set the activation state to active.


The Maintenance values are stored on an ElasticSearch database. The REST-API is provided by the ApiGateway.

...