Certain display categories have controls in the alexa app. For example, if you implement a "LIGHT" then you get some nice controls, similarly "TEMPERATURE_SENSOR" shows the temp in app.
Is there a mapping of which display categories have in-app controls or display values? I just implemented a RangeController to find out it shows no controls or values in the Alexa app, seems like I need to guess-and-test ModeController and PercentageController to see if they have controls but this seems like a waste of time (there must be docs?)
Thanks