You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/iot-agent-json.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -501,8 +501,8 @@ reading `c` with the context attribute `count` (which is defined as an `Integer`
501
501
502
502
> Static attributes are useful as additional data on an entity to enable querying using the `q` parameter. For example the Smart Data Models [Device](https://github.com/smart-data-models/dataModel.Device/blob/master/Device/doc/spec.md) model defines attributes such as `category` or `controlledProperty` which enable queries to be made like:
503
503
>
504
-
> - _Which **Actuators** currently have a low `batteryLevel`?_
505
-
> - _Which **Devices** measuring `fillingLevel` were installed before January 2020?_
504
+
> - _Which **Actuators** currently have a low `batteryLevel`?_
505
+
> - _Which **Devices** measuring `fillingLevel` were installed before January 2020?_
506
506
>
507
507
> Obviously static data can be extended as necessary and can also include additional data such as a unique `name` or `serialNumber` for each device should the entity ID be too inflexible for queries.
Copy file name to clipboardExpand all lines: docs/iot-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -487,8 +487,8 @@ reading `c` with the context attribute `count` (which is defined as an `Integer`
487
487
488
488
> Static attributes are useful as additional data on an entity to enable querying using the `q` parameter. For example the Smart Data Models [Device](https://github.com/smart-data-models/dataModel.Device/blob/master/Device/doc/spec.md) model defines attributes such as `category` or `controlledProperty` which enable queries to be made like:
489
489
>
490
-
> - _Which **Actuators** currently have a low `batteryLevel`?_
491
-
> - _Which **Devices** measuring `fillingLevel` were installed before January 2020?_
490
+
> - _Which **Actuators** currently have a low `batteryLevel`?_
491
+
> - _Which **Devices** measuring `fillingLevel` were installed before January 2020?_
492
492
>
493
493
> Obviously static data can be extended as necessary and can also include additional data such as a unique `name` or `serialNumber` for each device should the entity ID be too inflexible for queries.
0 commit comments