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',
|
'created',
|
||||||
'updated',
|
'updated',
|
||||||
'parent_id',
|
'parent_id',
|
||||||
|
'owner_id',
|
||||||
'hid',
|
'hid',
|
||||||
'production_date',
|
'production_date',
|
||||||
'color', # these are only user-input thus volatile
|
'color', # these are only user-input thus volatile
|
||||||
|
|
Reference in New Issue