Azure / azure-iot-arduino

Azure IoT library for the Arduino
Other
167 stars 96 forks source link

How to Invoke direct methods? #106

Closed khushvir closed 4 years ago

khushvir commented 4 years ago

I want to Invoked Direct Methods on my Esp8266. Is it supported?

Before I was using the below example and direct methods were working fine but in this, it is not working. https://github.com/Azure-Samples/iot-hub-feather-huzzah-client-app

Did anyone try?

jbobotek commented 4 years ago

What do you mean by Direct Methods?

khushvir commented 4 years ago

@jbobotek
here ----- > https://docs.microsoft.com/bs-latn-ba/azure/iot-hub/iot-hub-devguide-direct-methods

khushvir commented 4 years ago

solved