Skip to content

Commit 671a069

Browse files
author
Simon Blank
committed
#994 Fix Doc?
1 parent 748dff7 commit 671a069

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/bo4e/com/messwert.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
class Messwert(COM):
2222
"""
2323
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+
2432
"""
2533

2634
typ: Annotated[Literal[ComTyp.MESSWERT], Field(alias="_typ")] = ComTyp.MESSWERT

0 commit comments

Comments
 (0)