fixed bug: owner_id is not a physical property
This commit is contained in:
parent
f043d66591
commit
50a7b59957
|
@ -119,6 +119,7 @@ class Device(Thing):
|
|||
'created',
|
||||
'updated',
|
||||
'parent_id',
|
||||
'owner_id',
|
||||
'hid',
|
||||
'production_date',
|
||||
'color', # these are only user-input thus volatile
|
||||
|
|
Reference in New Issue