I am using Echo Skill app to control my devices through Amazon Alexa.
Now I have a specific problem with a specific device.
The device has following capabilities:
capability "Switch"
capability "SwitchLevel"
capability "TemperatureMeasurement"
capability "RelativeHumidityMeasurement"
// capability "FilterStatus"
// capability "FanControl"
capability "Refresh"
Alexa defines the device as "temperature sensor" and does not allow me to use the "switch" and "level" features.
How does it select the primary capability ?
if I delete (or comment out) temperaturemeasurement from the capability list, Alexa defines it as a Switch and lets me use level & switch features.
also, can I make it use both temperature & switch features ? (like a heater)