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.
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.