vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
383 stars 69 forks source link

'class fauxmoESP' has no member named 'onGetState' #99

Closed pvint closed 3 years ago

pvint commented 4 years ago

Original report by federico lucca (Bitbucket: federicolucca, GitHub: federicolucca).


Hi,

This library is a great work!!!

I am trying to work with ESP32, library version 3.1.0.

Every thing work fine but i am not able to use the “onGetState“ method. Could have be removed or deprecated? then which one can i use instead?

Thanks

Federico

pvint commented 4 years ago

Original comment by Naldo Maciel (Bitbucket: Naldo, GitHub: Naldo).


I saw that in version 3.0.0. the onGetState method has been deleted. Has any other method replaced this?

pvint commented 3 years ago

@federicolucca I've recently taken over maintenance of this project. Can you tell me what you are trying to accomplish?

Paul