Skip to main content
Skip table of contents

ScheduleConfig

Summary

The ScheduleConfig displays the parameters to create a schedule from an API request. Response should be a json.

 

Implementation

  • Found in the RestScheduleDeviceExt

 

 Properties

  • ScheduleSelector: To select the part of the json that represents a schedule. It can be an array or an object. This is a JSON Key Selector based on the response
  • ScheduleNameSelector: To select the name of the schedule to create. It should be a String. This is a JSON Key Selector based on the json part selected by the ScheduleSelector
  • ScheduleIdSelector: To select the unique id of the schedule to create. It has to be defined (to identify the schedule). This is a JSON Key Selector based on the json part selected by the ScheduleSelector
  • ScheduleType {BooleanType, NumericType, StringType, EnumType}: The type of the schedule to create.
  • ScheduleDefaultOutput: The default output of the schedule to create. It will be used for the SpecialEvents creation.


 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.