Update models.py

Add description and read_only to motion/number_value.
This commit is contained in:
Ludwig Reiter 2020-12-07 14:31:08 +01:00
parent ed93d873a7
commit 8c59d1090c
1 changed files with 4 additions and 1 deletions

View File

@ -1020,7 +1020,10 @@ topic:
motion:
id: number
number: string
number_value: number
number_value:
type: number
description: The number value of this motion. This number is auto-generated and read-only.
read_only: true
sequential_number:
type: number
description: The (positive) serial number of this motion. This number is auto-generated and read-only.