ioBroker / ioBroker.scheduler

Create and manage schedule profiles.
MIT License
12 stars 2 forks source link

Custom Types #268

Open ploplu opened 5 months ago

ploplu commented 5 months ago

Is your feature request related to a problem? Please describe. Some states need custom types f.ex. on/off as string instead of true/false. With custom values lights may be dimmed using schedule.

Describe the solution you'd like Custom types (on/off, 0/1, value lists) which can be defined in the adapter.

Describe alternatives you've considered Currently I'm writing the states (true/false) in a separate object. A script is listening for change and updates an object of the device that understands on/off. Not very effective, but works.