Has the Alexa App been incorporated into the main service ?
Everything I change in the Alexa App has no affect.
I have been looking at the Alexa App
It includes Thermostat's when the scan is done. But Mine are not found. (It worked before)
\\PI-4\PiShare\opt\z-way-server\automation\modules\Alexa\index.js Line 1220
case "thermostat":
appliance.actions.push("setTargetTemperature", "incrementTargetTemperature", "decrementTargetTemperature", "getTargetTemperature",
"getTemperatureReading");
appliance.applianceTypes.push("THERMOSTAT");
console.log("Alexa Micky Room=" + vDev.get("location") + " Thermostat " + vDev.get("metrics:title"));
break;
Thanks in advance
