updating default simulation template (#318)
This commit is contained in:
Родитель
e28d871936
Коммит
2680d01bcf
|
@ -1,19 +1,7 @@
|
|||
[
|
||||
{
|
||||
"Name": "Sample Simple Simulation",
|
||||
"Enabled": false,
|
||||
"IotHubConnectionStrings": [
|
||||
"default"
|
||||
],
|
||||
"DeviceModels": [
|
||||
{
|
||||
"Id": "truck-01",
|
||||
"Count": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Sample Multiple Devices",
|
||||
"Name": "Sample Multi-Model Simulation",
|
||||
"Description": "An example showing a simulation with more than one type of device",
|
||||
"Enabled": false,
|
||||
"IotHubConnectionStrings": [
|
||||
"default"
|
||||
|
@ -27,6 +15,36 @@
|
|||
"Id": "elevator-01",
|
||||
"Count": 10
|
||||
}
|
||||
]
|
||||
],
|
||||
"RateLimits": {
|
||||
"RegistryOperationsPerMinute": 100,
|
||||
"TwinReadsPerSecond": 10,
|
||||
"TwinWritesPerSecond": 10,
|
||||
"ConnectionsPerSecond": 120,
|
||||
"DeviceMessagesPerSecond": 120,
|
||||
"DeviceMessagesPerDay": 6000000
|
||||
}
|
||||
},
|
||||
{
|
||||
"Name": "Sample Simple Simulation",
|
||||
"Description": "An example showing 10 simulated trucks",
|
||||
"Enabled": false,
|
||||
"IotHubConnectionStrings": [
|
||||
"default"
|
||||
],
|
||||
"DeviceModels": [
|
||||
{
|
||||
"Id": "truck-01",
|
||||
"Count": 10
|
||||
}
|
||||
],
|
||||
"RateLimits": {
|
||||
"RegistryOperationsPerMinute": 100,
|
||||
"TwinReadsPerSecond": 10,
|
||||
"TwinWritesPerSecond": 10,
|
||||
"ConnectionsPerSecond": 120,
|
||||
"DeviceMessagesPerSecond": 120,
|
||||
"DeviceMessagesPerDay": 6000000
|
||||
}
|
||||
}
|
||||
]
|
Загрузка…
Ссылка в новой задаче