Azure / azure-iot-remote-monitoring

Azure IoT Remote Monitoring preconfigured solution
Other
249 stars 221 forks source link

scheduling jobs from webapp treats all parameters as string. #452

Closed ArsalanSaleemGhuman closed 3 years ago

ArsalanSaleemGhuman commented 6 years ago

When the method with integer parameter is called by selecting methods then the integer parameter passed as an integer.

The problem i faced was that i was Unable to schedule ChangeLightStatus() Method on two devices using Job Scheduling. When job is used to call the same method the integer parameter is passed as a string due to which the serializer reports data type errors.

The remote monitoring job scheduling part needs some fixes here.

ankitscribbles commented 3 years ago

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.