Skip to content

Commit

Permalink
#226: Update generated data
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Sep 27, 2022
1 parent 48baac8 commit 7596eb8
Show file tree
Hide file tree
Showing 20 changed files with 6,027 additions and 67 deletions.
17 changes: 17 additions & 0 deletions hydrolib/core/io/rtc/pi_state/generated/_.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# generated by datamodel-codegen:
# filename: pi_state.json
# timestamp: 2022-09-27T14:37:49+00:00

from __future__ import annotations

from hydrolib.core.io.rtc.basemodel import RtcBaseModel
from pydantic import Field

from . import StateComplexType


class State(RtcBaseModel):
__root__: StateComplexType = Field(
...,
description='A state consists of a number of locations.\n from which FFS reads and writes the model state data.\n A such reading is reading by the FFS and writing is writing by the FFS. ',
)
Loading

0 comments on commit 7596eb8

Please sign in to comment.