Index: sources/device/DeviceView.h =================================================================== diff -u -rcb0e2dc027adf7e0fbe803b82bb9945b82c556a5 -r5a9b7ff46df9cecc258f7cb18019a51bca76bce3 --- sources/device/DeviceView.h (.../DeviceView.h) (revision cb0e2dc027adf7e0fbe803b82bb9945b82c556a5) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 5a9b7ff46df9cecc258f7cb18019a51bca76bce3) @@ -42,6 +42,8 @@ TRIGGER ( quint32 , reason , 0) PROPERTY ( QString , status , "") + PROPERTY ( QString , osVersion , "") + ATTRIBUTE ( quint8 , brightness , 0, Brightness ) ATTRIBUTE ( quint8 , bluetoothPairedReset, 0, BluetoothPairedReset ) @@ -60,6 +62,9 @@ VIEW_DEC_CLASS(VDevice) +private slots: + void onPOSTOSVersionData (const QString &vOSVersion); + private: bool isCompleteResponse(Model::MDeviceResponseBase::Data vData) { // Either the script exited successfully or the script failed and the reason is provided