Skip to content

Commit 7f500b8

Browse files
committed
Add vendor property
1 parent 81097a8 commit 7f500b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Device.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Object {
1010
property string sdk; ///< SDK version
1111
property string ip; ///< device IP address if its available
1212
property string runtime; ///< pureqml specific runtime provider, cordova/native
13+
property string vendor; ///< device vendor name
1314

1415
property bool standByMode; ///< Stand by mode flag (if its supported)
1516
property bool supportingUhd; ///< UHD (4K) supporting flag

0 commit comments

Comments
 (0)