sinricpro / esp8266-esp32-sdk

Library for https://sinric.pro - simple way to connect your device to Alexa, Google Home, SmartThings and cloud
https://sinric.pro
228 stars 122 forks source link

Version 2.9.5 #197

Closed sim404 closed 3 years ago

sim404 commented 3 years ago

Many thanks for the new Release. A request please. Could you give some detail for: “Improved error message when a callback is not implemented” What is the improvement and how to make use of it please. Regards, sim404

kakopappa commented 3 years ago

Sometimes you may see this error message in the portal if the callback is not handled in the code.

image

This message is not really helpful since it doesn't tell you which callback is missing. Changed the error message to say which "action" call back is missing.

image

sim404 commented 3 years ago

Thanks. Understood.

sim404 commented 3 years ago

And closing the issue now.