FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,082 views 2 comments
by
I am using the test firmware on AZURE IOT Hub.

I would like to user Azure IOT to send methods to Azure. Not sure what documentation to look at to know the method names and parameters.

Using the following code

 var methodInvocation = new CloudToDeviceMethod("{METHOD}") { ResponseTimeout = TimeSpan.FromSeconds(30) };

methodInvocation.SetPayloadJson("10");

1 Answer

0 votes
by anonymous

Hi,

-I would like to user Azure IOT to send methods to Azure

Could you describe more what you need? How this should work?

by
Hey.

So like reboot events and sim switch event form azure to the device using C2D Messages.
by anonymous
Hi,

Unfortunately only these parameters from router can be sent: https://wiki.teltonika.lt/view/Azure_IoT_Hub_cloud_connection

From azure can not manage device.