about summary refs log tree commit diff stats
path: root/crates/rocie-client/docs/Unit.md
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-08 12:05:36 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-10-08 12:05:36 +0200
commit56f72f4d4c39588fe50414a4db1e8e345047c5d2 (patch)
treea542157074c81a724eee6b30a6c26c1f5b3493de /crates/rocie-client/docs/Unit.md
parentfeat(crates/rocie-cli): Add support for unit-properties (diff)
downloadserver-56f72f4d4c39588fe50414a4db1e8e345047c5d2.zip
chore(crates/rocie-client): Re-generate
Diffstat (limited to 'crates/rocie-client/docs/Unit.md')
-rw-r--r--crates/rocie-client/docs/Unit.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/crates/rocie-client/docs/Unit.md b/crates/rocie-client/docs/Unit.md
index 5e86ab3..5349b7a 100644
--- a/crates/rocie-client/docs/Unit.md
+++ b/crates/rocie-client/docs/Unit.md
@@ -4,11 +4,12 @@
 
 Name | Type | Description | Notes
 ------------ | ------------- | ------------- | -------------
-**description** | Option<**String**> |  | [optional]
-**full_name_plural** | **String** |  | 
-**full_name_singular** | **String** |  | 
-**id** | [**models::UnitId**](UnitId.md) |  | 
-**short_name** | **String** |  | 
+**description** | Option<**String**> | Description of this unit. | [optional]
+**full_name_plural** | **String** | The plural version of this unit's name. Is used by a value of two and more. (We do not support Slovenian dual numerus versions) E.g.:     Kilogram -> Kilograms     gram -> meters | 
+**full_name_singular** | **String** | The singular version of this unit's name. E.g.:     Kilogram     Gram | 
+**id** | [**models::UnitId**](UnitId.md) | Unique id for this unit. | 
+**short_name** | **String** | Short name or abbreviation of this unit. E.g.:     kg for Kilogram     g for gram     m for meter | 
+**unit_property** | [**models::UnitPropertyId**](UnitPropertyId.md) | Which property is described by this unit. E.g.:     kg -> Mass     L -> Volume     m/s -> Speed     and so forth | 
 
 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)