InputSelector

Description

This is a Typed Struct, hosting all different selector Structs.

One of Fields

Type Extended Struct
device DeviceSelector
duration DurationSelector
number NumberSelector
numberUnit NumberUnitSelector
text TextSelector
time TimeSelector
weekday WeekdaySelector

Examples

Ask user input for a device

selector:
  type: device
  multiSelect: false
  supportedTypes: TV

Ask user input for a time duration

selector:
  type: duration