Skip to content

Commit

Permalink
docs: fix create measurement via template example
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Jan 20, 2025
1 parent 5405187 commit 8f999c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go-c8y-cli/docs/concepts/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The template can then be used from the command line using the `template` paramet
<CodeExample>

```bash
c8y measurements create --device 1234 --template ./example.jsonnet --dry
c8y measurements create --device 1234 --type iot_weather_sensor1 --template ./example.jsonnet --dry
```

</CodeExample>
Expand Down

0 comments on commit 8f999c7

Please sign in to comment.