We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81097a8 commit 7f500b8Copy full SHA for 7f500b8
core/Device.qml
@@ -10,6 +10,7 @@ Object {
10
property string sdk; ///< SDK version
11
property string ip; ///< device IP address if its available
12
property string runtime; ///< pureqml specific runtime provider, cordova/native
13
+ property string vendor; ///< device vendor name
14
15
property bool standByMode; ///< Stand by mode flag (if its supported)
16
property bool supportingUhd; ///< UHD (4K) supporting flag
0 commit comments