[ST Edge] What is expected for Display Type 'list' supportedValues?

It is an array of strings. An example using the similar supportedButtonValues in a driver is:

device:emit_event(capabilities.button.supportedButtonValues({"pushed","held","double"}))

1 Like