LEAHI-APPLICATION-LDT-1021

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

Please consider defining a variable for functions that are used multiple times, like fields.size(), and then use that value afterwards. But for now, RESOLVED.

Please consider defining a variable for functions that are used multiple times, like fields.size(), and then use that value afterwards.
But for now,
RESOLVED.

updated and removed for now

updated and removed for now

Added notification to user

Added notification to user

fixed indent

fixed indent

fixed string

fixed string

updated and organized

updated and organized

If the script is not passing enough parameters, we need to notify the user. Use the status (tr ("The WiFi info response error")); LOG_DEBUG(QString("The WiFi info response length is not corre...

If the script is not passing enough parameters, we need to notify the user.
Use the

status   (tr     ("The WiFi info response error"));
LOG_DEBUG(QString("The WiFi info response length is not correct [%1 of %2]").arg(len).arg(eCount))

to notify user.

Please test my suggested code/s

Please keep the attributes close together and add an empty line between those and the rest of the normal PROPERTY/READONLY properties. ATTRIBUTE ( QStringList , wifiList , {} ...

Please keep the attributes close together and add an empty line between those and the rest of the normal PROPERTY/READONLY properties.

    ATTRIBUTE   ( QStringList   , wifiList            , {}   , WifiList          )
    ATTRIBUTE   ( QStringList   , wifiInfo            , {}   , WifiInfo          )
    ATTRIBUTE   ( bool          , wifiConnect         , false, WifiConnect       )
    READONLY    ( bool          , wifiListEnabled     , true                     )
    READONLY    ( QString       , ssid                , ""                       )
    READONLY    ( QString       , ipAddress           , ""                       )
    READONLY    ( QString       , gateway             , ""                       )
    READONLY    ( QString       , subnetMask          , ""                       )
    READONLY    ( QString       , dns                 , ""                       )
please fix the indent.

please fix the indent.

Not necessary to trim them all. Just leave it to the script, this is informational.

Not necessary to trim them all.
Just leave it to the script, this is informational.

RESOLVED

RESOLVED

RESOLVED.

RESOLVED.

RESOLVED

RESOLVED

Please also fix the "Disconnecting from WiFi."

Please also fix the "Disconnecting from WiFi."

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

removed

removed

good catch. fixed

good catch. fixed

updated

updated