Skip to content

Commit

Permalink
Enterprise Sensor Property (Azure#13014)
Browse files Browse the repository at this point in the history
* add isEnterpriseSensor

* fix indent

* prettier fixes

Co-authored-by: Gal Moshe <gamoshe@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 1a45e0d commit 07b9230
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"tiAutomaticUpdates": true,
"tiStatus": "Ok",
"tiVersion": "2020-11-17T12:31:25Z",
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"tiAutomaticUpdates": true,
"tiStatus": "Ok",
"tiVersion": "2020-11-17T12:31:25Z",
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
},
{
Expand All @@ -38,7 +39,8 @@
"tiAutomaticUpdates": true,
"tiStatus": "Ok",
"tiVersion": "2020-11-17T12:31:25Z",
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"iotSensorsModel": {
"properties": {
"tiAutomaticUpdates": true,
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
}
},
Expand All @@ -26,7 +27,8 @@
"tiAutomaticUpdates": true,
"tiStatus": "Ok",
"tiVersion": "2020-11-17T12:31:25Z",
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
}
},
Expand All @@ -45,7 +47,8 @@
"tiAutomaticUpdates": true,
"tiStatus": "Ok",
"tiVersion": "2020-11-17T12:31:25Z",
"zone": "Zone Name"
"zone": "Zone Name",
"isEnterpriseSensor": false
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,11 @@
"type": "string",
"description": "Zone of the IoT sensor",
"example": "A12"
},
"isEnterpriseSensor": {
"description": "Is type of sensor is enterprise IoT sensor",
"example": true,
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 07b9230

Please sign in to comment.