Skip to content

Commit 6aad140

Browse files
committed
Amend indent.
1 parent 3e25aee commit 6aad140

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/iot-agent-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,8 @@ reading `c` with the context attribute `count` (which is defined as an `Integer`
501501

502502
> 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:
503503
>
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?_
506506
>
507507
> 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.
508508
>

docs/iot-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ reading `c` with the context attribute `count` (which is defined as an `Integer`
487487

488488
> 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:
489489
>
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?_
492492
>
493493
> 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.
494494
>

0 commit comments

Comments
 (0)