We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748dff7 commit 671a069Copy full SHA for 671a069
1 file changed
src/bo4e/com/messwert.py
@@ -21,6 +21,14 @@
21
class Messwert(COM):
22
"""
23
Abbildung eines Messwertes mit Stati, Zeitpunkt und Wert.
24
+
25
+ .. raw:: html
26
27
+ <object data="../_static/images/bo4e/com/Messwert.svg" type="image/svg+xml"></object>
28
29
+ .. HINT::
30
+ `Messwert JSON Schema <https://json-schema.app/view/%23?url=https://raw.githubusercontent.com/BO4E/BO4E-Schemas/{__gh_version__}/src/bo4e_schemas/com/Messwert.json>`_
31
32
33
34
typ: Annotated[Literal[ComTyp.MESSWERT], Field(alias="_typ")] = ComTyp.MESSWERT
0 commit comments