azure-iot-remote-monitoring/Common
Xiangzhi Sheng 799c1210e4 Add desired property Config.SetPointTemp and Config.TelemetryInterval
Expected behavior when desired.Config.SetPointTemp updated:
1. The mid-point (or average value) of temperature was updated
2. The reported property sharing the same name was update

Expected behavior when desired.Config.TelemetryInterval updated:
1. The telemetry interval (a.k.a. report interval) was updated (unit: seconds)
2. The reported property sharing the same name was update

Both the two desired properties will be persisted on the IoT Hub. So the effect will always be there, no matter the simulator was reboot or not, except the property was removed manually. Then it will use the default value:
SetPointTemp: 34.5
TelemetryInterval: 5 second
2017-01-11 12:02:04 +08:00
..
Configurations Add device info, tags and properties in name cache 2016-11-15 10:52:09 +08:00
Deployment Remove the workaround template explicitly declaring for DM feature 2016-12-08 13:15:34 +08:00
Exceptions Localization and related fixes 2015-10-07 10:46:05 -07:00
Extensions [BugFix] Exception raised while no devices found by current filter 2017-01-09 17:08:03 +08:00
Factory Refine device method descriptions 2017-01-09 14:15:37 +08:00
Helpers Update NameCache when the device list was updated 2017-01-06 17:56:51 +08:00
JsonContractResolvers [BugFix] In the device detail panel, incorrect UI control used for DeviceID 2016-11-17 18:47:46 +08:00
Mapper RM 1.5 - merge to master (#387) 2016-08-31 11:48:28 -07:00
Models Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
Properties Initial commit 2015-09-28 21:28:36 -07:00
Repository RM 1.5 - merge to master (#387) 2016-08-31 11:48:28 -07:00
SampleDataGenerator Add desired property Config.SetPointTemp and Config.TelemetryInterval 2017-01-11 12:02:04 +08:00
Schema RM 1.5 - merge to master (#387) 2016-08-31 11:48:28 -07:00
Common.csproj Use existing device properties rather than regenerate them every time simulator rebooted 2017-01-04 15:55:03 +08:00
app.config Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00
packages.config Simulator switch back to C# SDK 2016-12-20 19:39:26 +08:00