Commit 68b56ac7f036ebeaee5a32289a661ab9a2f48ba6
1 parent
9e71aed8
Exists in
master
and in
1 other branch
Fixing model number property.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/terminal/properties/init.c
@@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
43 | { "connected", &klass->properties.online }, | 43 | { "connected", &klass->properties.online }, |
44 | { "associated_lu", &klass->properties.associated_lu }, | 44 | { "associated_lu", &klass->properties.associated_lu }, |
45 | { "url", &klass->properties.url }, | 45 | { "url", &klass->properties.url }, |
46 | - { "model", &klass->properties.model }, | 46 | + { "model_number", &klass->properties.model }, |
47 | { "has_selection", &klass->properties.selection }, | 47 | { "has_selection", &klass->properties.selection }, |
48 | }; | 48 | }; |
49 | 49 |