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

View File

@ -1020,7 +1020,10 @@ topic:
motion: motion:
id: number id: number
number: string 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: sequential_number:
type: number type: number
description: The (positive) serial number of this motion. This number is auto-generated and read-only. description: The (positive) serial number of this motion. This number is auto-generated and read-only.