Update models.py
Add description and read_only to motion/number_value.
This commit is contained in:
parent
ed93d873a7
commit
8c59d1090c
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user