Chatbot with Arduino

I would to get my database from Arduino anyone have any idea about and how it works and thank you

Does it have an API you can query? You can do pretty much anything in custom actions, so connecting to a db shouldn’t be an issue

yes I connect to my SQL Server I got my data from Arduino but I have one question how I let my bot choose the last value as example I write select temperature from table limit by 1 . the result provide but bot is 0 temperature 28,5 C

I’m not sure, that’d be something you’d want to look up with sql querying :smiley:

thank you @erohmensing