Skip to content

Commit

Permalink
Merge pull request edgexfoundry#839 from hahattan/uom-update
Browse files Browse the repository at this point in the history
feat: update uom configuration example
  • Loading branch information
Lenny Goodell authored Aug 18, 2022
2 parents 7372b04 + 1f581e9 commit 26537ac
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs_src/microservices/core/metadata/Ch-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,15 +474,14 @@ If the `units` value does not match any one of the configuration units of measur
### Sample TOML unit of measure configuration

```toml
[Uom]
Source="reference to source for all UoM if not specified below"
[Uom.Units]
[Uom.Units.temperature]
Source="www.weather.com"
Values=["C","F","K"]
[Uom.Units.weights]
Source="www.usa.gov/federal-agencies/weights-and-measures-division"
Values=["lbs","ounces","kilos","grams"]
[Units]
[Units.temperature]
Source="www.weather.com"
Values=["C","F","K"]
[Units.weights]
Source="www.usa.gov/federal-agencies/weights-and-measures-division"
Values=["lbs","ounces","kilos","grams"]
```

## API Reference
Expand Down

0 comments on commit 26537ac

Please sign in to comment.