descripcion func. handler

This commit is contained in:
jp.av.dev 2021-07-14 20:35:38 -04:00
parent dba6fdb49e
commit d71e26ae64
2 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ const char* password = "password";
* '**/horasAcc**' : configurar horas de funcionamiento. * '**/horasAcc**' : configurar horas de funcionamiento.
- ej. http://192.168.65.10/horasAcc?mod=3&hrOn1=5&hrOff1=7&hrOn2=16&hrOff2=18 - ej. http://192.168.65.10/horasAcc?mod=3&hrOn1=5&hrOff1=7&hrOn2=16&hrOff2=18
* '**/setservo**' : configurar posiciones de encendido y apagado. * '**/setservo**' : configurar posiciones de encendido y apagado.
- ej. http://192.168.65.10/setservo?mod=4 - ej. http://192.168.65.10/setservo?mod=4&posOn1=110&posOn2=85&posOff1=45&posOff2=62
* '**/setlibre**' : Mover servo libremente (15 < posicion > 165). * '**/setlibre**' : Mover servo libremente (15 < posicion > 165).
- ej. http://192.168.65.10/setlibre?mod=6&posServ=125 - ej. http://192.168.65.10/setlibre?mod=6&pos=125
* '**/auto**' : Modo autonomo. * '**/auto**' : Modo autonomo.
- ej. http://192.168.65.10/auto - ej. http://192.168.65.10/auto

View File

@ -23,7 +23,7 @@ void handleACCmanual() {
mensaje = "Apagando Caldera"; mensaje = "Apagando Caldera";
Serial.println("5,0"); Serial.println("5,0");
} else { } else {
mensaje = "Opcion no valida, 5,?"; mensaje = "Opcion no valida\n<mod=5&acc= >";
} }
} else { } else {
mensaje = "Opcion no valida ?,?"; mensaje = "Opcion no valida ?,?";