Index: sources/device/DeviceView.h =================================================================== diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -r0932b2beee9cc169291cbf69161f902f805237b1 --- sources/device/DeviceView.h (.../DeviceView.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) +++ sources/device/DeviceView.h (.../DeviceView.h) (revision 0932b2beee9cc169291cbf69161f902f805237b1) @@ -60,12 +60,20 @@ ATTRIBUTE ( QString , decommission , "", Decommission ) PROPERTY ( bool , decommissionEnabled , true ) + ATTRIBUTE ( QStringList , wifiList , {}, WifiList ) + READONLY ( bool , wifiListEnabled , true ) + + + + + VIEW_DEC_CLASS(VDevice) private slots: void onPOSTOSVersionData (const QString &vOSVersion); private: + QVariantList parseWifiListResult(const QString &vResult); bool isCompleteResponse(Model::MDeviceResponseBase::Data vData) { // Either the script exited successfully or the script failed and the reason is provided // There are situations that the script is using the attribute response to update the UI