diff --git a/classksf_1_1comps_1_1ks_wifi_connector-members.html b/classksf_1_1comps_1_1ks_wifi_connector-members.html index 61bae10..395b639 100644 --- a/classksf_1_1comps_1_1ks_wifi_connector-members.html +++ b/classksf_1_1comps_1_1ks_wifi_connector-members.html @@ -99,19 +99,21 @@ componentStateksf::ksComponentprotected getClassType() (defined in ksf::comps::ksWifiConnector)ksf::comps::ksWifiConnectorinlinestatic getInstanceType() constksf::comps::ksWifiConnectorinlinevirtual - init(ksApplication *app) overrideksf::comps::ksWifiConnectorvirtual - isA(const size_t id) constksf::comps::ksWifiConnectorinlinevirtual - isConnected() constksf::comps::ksWifiConnector - ksWifiConnector(const char *hostname, bool savePower=true)ksf::comps::ksWifiConnector - loop(ksApplication *app) overrideksf::comps::ksWifiConnectorvirtual - onConnected (defined in ksf::comps::ksWifiConnector)ksf::comps::ksWifiConnector - onDisconnected (defined in ksf::comps::ksWifiConnector)ksf::comps::ksWifiConnector - postInit(ksApplication *app)ksf::ksComponentvirtual - savePowerksf::comps::ksWifiConnectorprotected - setupMacAddress()ksf::comps::ksWifiConnectorprotected - wasConnectedksf::comps::ksWifiConnectorprotected - wifiConnectedInternal()ksf::comps::ksWifiConnectorprotected - wifiDisconnectedInternal()ksf::comps::ksWifiConnectorprotected + gotIpAddressksf::comps::ksWifiConnectorprotected + init(ksApplication *app) overrideksf::comps::ksWifiConnectorvirtual + isA(const size_t id) constksf::comps::ksWifiConnectorinlinevirtual + isConnected() constksf::comps::ksWifiConnector + ksWifiConnector(const char *hostname, bool savePower=true)ksf::comps::ksWifiConnector + loop(ksApplication *app) overrideksf::comps::ksWifiConnectorvirtual + onConnected (defined in ksf::comps::ksWifiConnector)ksf::comps::ksWifiConnector + onDisconnected (defined in ksf::comps::ksWifiConnector)ksf::comps::ksWifiConnector + postInit(ksApplication *app)ksf::ksComponentvirtual + savePowerksf::comps::ksWifiConnectorprotected + setupMacAddress()ksf::comps::ksWifiConnectorprotected + wasConnectedksf::comps::ksWifiConnectorprotected + wifiConnectedInternal()ksf::comps::ksWifiConnectorprotected + wifiDisconnectedInternal()ksf::comps::ksWifiConnectorprotected + wifiIpCheckTimerksf::comps::ksWifiConnectorprotected wifiReconnectTimerksf::comps::ksWifiConnectorprotected wifiTimeoutTimerksf::comps::ksWifiConnectorprotected ~ksWifiConnector()ksf::comps::ksWifiConnectorvirtual diff --git a/classksf_1_1comps_1_1ks_wifi_connector.html b/classksf_1_1comps_1_1ks_wifi_connector.html index a7e548a..5e92454 100644 --- a/classksf_1_1comps_1_1ks_wifi_connector.html +++ b/classksf_1_1comps_1_1ks_wifi_connector.html @@ -197,6 +197,10 @@ ksSimpleTimer wifiReconnectTimer { 5000UL }  Wifi timer - reconnection timeout.
  + +ksSimpleTimer wifiIpCheckTimer { 1000UL } + Wifi timer - IP check interval.
bool wasConnected: 1 {false}  True if connected in previous loop. //!< True if IP address is set.
@@ -205,6 +209,10 @@ bool savePower: 1 {true}  True to save power.
  + +bool gotIpAddress: 1{false} + True if IP address is set.
- Protected Attributes inherited from ksf::ksComponent ksComponentState::TYPE componentState { ksComponentState::NotInitialized }   @@ -374,6 +382,8 @@

Returns
True if connected. False otherwise.
+

References gotIpAddress.

+

Referenced by loop().

@@ -412,7 +422,7 @@

ksf::ksComponent.

-

References ksf::ksSimpleTimer::hasTimePassed(), isConnected(), ksf::ksSimpleTimer::restart(), ksf::ksSimpleTimer::triggered(), wasConnected, wifiConnectedInternal(), wifiDisconnectedInternal(), wifiReconnectTimer, and wifiTimeoutTimer.

+

References gotIpAddress, ksf::ksSimpleTimer::hasTimePassed(), isConnected(), ksf::ksSimpleTimer::restart(), ksf::ksSimpleTimer::triggered(), wasConnected, wifiConnectedInternal(), wifiDisconnectedInternal(), wifiIpCheckTimer, wifiReconnectTimer, and wifiTimeoutTimer.

diff --git a/doxygen_crawl.html b/doxygen_crawl.html index ecdf9b5..2ef134b 100644 --- a/doxygen_crawl.html +++ b/doxygen_crawl.html @@ -154,6 +154,7 @@ + @@ -318,6 +319,8 @@ + + diff --git a/functions_g.html b/functions_g.html index 64231cb..9be59ba 100644 --- a/functions_g.html +++ b/functions_g.html @@ -94,6 +94,7 @@

- g -

diff --git a/functions_vars.html b/functions_vars.html index 85ad8c7..4b902a5 100644 --- a/functions_vars.html +++ b/functions_vars.html @@ -126,6 +126,11 @@

- e -

+

- g -

+ +

- i -

  • intervalMs : ksf::ksSimpleTimer
  • isDirty : ksf::ksConfig
  • @@ -207,6 +212,7 @@

    - w -

    • webSocket : ksf::comps::ksDevicePortal
    • wifiClientSp : ksf::comps::ksMqttConnector
    • wifiConnWp : ksf::comps::ksMqttConnector
    • +
    • wifiIpCheckTimer : ksf::comps::ksWifiConnector
    • wifiReconnectTimer : ksf::comps::ksWifiConnector
    • wifiTimeoutTimer : ksf::comps::ksWifiConnector
    • wsListener : ksf::misc::ksWSServer
    • diff --git a/functions_w.html b/functions_w.html index 2c9358e..7391ab6 100644 --- a/functions_w.html +++ b/functions_w.html @@ -94,6 +94,7 @@

      - w -

      • wifiConnectedInternal() : ksf::comps::ksWifiConnector
      • wifiConnWp : ksf::comps::ksMqttConnector
      • wifiDisconnectedInternal() : ksf::comps::ksWifiConnector
      • +
      • wifiIpCheckTimer : ksf::comps::ksWifiConnector
      • wifiReconnectTimer : ksf::comps::ksWifiConnector
      • wifiTimeoutTimer : ksf::comps::ksWifiConnector
      • wsListener : ksf::misc::ksWSServer
      • diff --git a/ks_wifi_connector_8h_source.html b/ks_wifi_connector_8h_source.html index 2cf71e2..f5d0da5 100644 --- a/ks_wifi_connector_8h_source.html +++ b/ks_wifi_connector_8h_source.html @@ -116,44 +116,47 @@
        33 protected:
        34 ksSimpleTimer wifiTimeoutTimer{KSF_WIFI_TIMEOUT_MS};
        35 ksSimpleTimer wifiReconnectTimer{KSF_WIFI_RECONNECT_TIME_MS};
        -
        36 bool wasConnected : 1 {false};
        -
        37 bool savePower : 1 {true};
        -
        38
        -
        45 void setupMacAddress();
        -
        46
        - -
        51
        - -
        56
        -
        57 public:
        -
        58 DECLARE_KS_EVENT(onConnected) // onConnected event that user can bind to.
        -
        59 DECLARE_KS_EVENT(onDisconnected) // onDisconnected event that user can bind to.
        -
        60
        -
        61
        -
        66 ksWifiConnector(const char* hostname, bool savePower = true);
        -
        67
        -
        73 bool init(ksApplication* app) override;
        -
        74
        -
        80 bool loop(ksApplication* app) override;
        -
        81
        -
        86 bool isConnected() const;
        -
        87
        -
        91 virtual ~ksWifiConnector();
        -
        92 };
        + +
        37 bool wasConnected : 1 {false};
        +
        38 bool savePower : 1 {true};
        +
        39 bool gotIpAddress : 1{false};
        +
        46 void setupMacAddress();
        +
        47
        + +
        52
        + +
        57
        +
        58 public:
        +
        59 DECLARE_KS_EVENT(onConnected) // onConnected event that user can bind to.
        +
        60 DECLARE_KS_EVENT(onDisconnected) // onDisconnected event that user can bind to.
        +
        61
        +
        62
        +
        67 ksWifiConnector(const char* hostname, bool savePower = true);
        +
        68
        +
        74 bool init(ksApplication* app) override;
        +
        75
        +
        81 bool loop(ksApplication* app) override;
        +
        82
        +
        87 bool isConnected() const;
        +
        88
        +
        92 virtual ~ksWifiConnector();
        +
        93 };
        -
        93}
        +
        94}
        A component that manages WiFi connection.
        Definition ksWifiConnector.h:30
        ksSimpleTimer wifiReconnectTimer
        Wifi timer - reconnection timeout.
        Definition ksWifiConnector.h:35
        -
        bool isConnected() const
        Returns whether WiFi is connected or not.
        Definition ksWifiConnector.cpp:150
        -
        bool wasConnected
        True if connected in previous loop. //!< True if IP address is set.
        Definition ksWifiConnector.h:36
        +
        bool isConnected() const
        Returns whether WiFi is connected or not.
        Definition ksWifiConnector.cpp:159
        +
        ksSimpleTimer wifiIpCheckTimer
        Wifi timer - IP check interval.
        Definition ksWifiConnector.h:36
        +
        bool gotIpAddress
        True if IP address is set.
        Definition ksWifiConnector.h:39
        +
        bool wasConnected
        True if connected in previous loop. //!< True if IP address is set.
        Definition ksWifiConnector.h:37
        ksWifiConnector(const char *hostname, bool savePower=true)
        Constructs WiFi connector component.
        Definition ksWifiConnector.cpp:40
        bool init(ksApplication *app) override
        Initializes WiFi connector component.
        Definition ksWifiConnector.cpp:82
        ksSimpleTimer wifiTimeoutTimer
        Wifi timer - long timeout in case of issues.
        Definition ksWifiConnector.h:34
        void setupMacAddress()
        Internal method that generates MAC address for the device.
        Definition ksWifiConnector.cpp:57
        void wifiDisconnectedInternal()
        Internal method called on WiFi disconnection.
        Definition ksWifiConnector.cpp:110
        -
        bool savePower
        True to save power.
        Definition ksWifiConnector.h:37
        +
        bool savePower
        True to save power.
        Definition ksWifiConnector.h:38
        void wifiConnectedInternal()
        Internal method called on WiFi connection.
        Definition ksWifiConnector.cpp:98
        -
        virtual ~ksWifiConnector()
        Destructos WiFi connector component.
        Definition ksWifiConnector.cpp:155
        +
        virtual ~ksWifiConnector()
        Destructos WiFi connector component.
        Definition ksWifiConnector.cpp:164
        A class that is a base for user-defined application.
        Definition ksApplication.h:43
        Base component class.
        Definition ksComponent.h:51
        Simple timer class, without using component architecture.
        Definition ksSimpleTimer.h:27
        diff --git a/menudata.js b/menudata.js index 6f310b6..be09a71 100644 --- a/menudata.js +++ b/menudata.js @@ -78,6 +78,7 @@ var menudata={children:[ {text:"c",url:"functions_vars.html#index_c"}, {text:"d",url:"functions_vars.html#index_d"}, {text:"e",url:"functions_vars.html#index_e"}, +{text:"g",url:"functions_vars.html#index_g"}, {text:"i",url:"functions_vars.html#index_i"}, {text:"l",url:"functions_vars.html#index_l"}, {text:"m",url:"functions_vars.html#index_m"}, diff --git a/search/all_13.js b/search/all_13.js index f2cd518..eed9760 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -7,8 +7,9 @@ var searchData= ['wificonnectedinternal_4',['wifiConnectedInternal',['../classksf_1_1comps_1_1ks_wifi_connector.html#ae2a0ac579cfc0b29ad0ade3de0b8cde4',1,'ksf::comps::ksWifiConnector']]], ['wificonnwp_5',['wifiConnWp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a00194e36edb73cbc7db830d42490fff4',1,'ksf::comps::ksMqttConnector']]], ['wifidisconnectedinternal_6',['wifiDisconnectedInternal',['../classksf_1_1comps_1_1ks_wifi_connector.html#ad011586bdc807db81e5eb9b2766ed950',1,'ksf::comps::ksWifiConnector']]], - ['wifireconnecttimer_7',['wifiReconnectTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a0564f0ed42827fbfc35bdf168b0490cb',1,'ksf::comps::ksWifiConnector']]], - ['wifitimeouttimer_8',['wifiTimeoutTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#aa4aefb3cbb2365f443d51fa8900930c9',1,'ksf::comps::ksWifiConnector']]], - ['work_20under_20the_20hood_9',['🔎 How does it work under the hood?',['../index.html#autotoc_md10',1,'']]], - ['wslistener_10',['wsListener',['../classksf_1_1misc_1_1ks_w_s_server.html#aa70db8c4e6820c660c1654807276b9c6',1,'ksf::misc::ksWSServer']]] + ['wifiipchecktimer_7',['wifiIpCheckTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a20835a8e41863f79bd140f905d908bae',1,'ksf::comps::ksWifiConnector']]], + ['wifireconnecttimer_8',['wifiReconnectTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a0564f0ed42827fbfc35bdf168b0490cb',1,'ksf::comps::ksWifiConnector']]], + ['wifitimeouttimer_9',['wifiTimeoutTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#aa4aefb3cbb2365f443d51fa8900930c9',1,'ksf::comps::ksWifiConnector']]], + ['work_20under_20the_20hood_10',['🔎 How does it work under the hood?',['../index.html#autotoc_md10',1,'']]], + ['wslistener_11',['wsListener',['../classksf_1_1misc_1_1ks_w_s_server.html#aa70db8c4e6820c660c1654807276b9c6',1,'ksf::misc::ksWSServer']]] ]; diff --git a/search/all_6.js b/search/all_6.js index dc879ea..a2e713e 100644 --- a/search/all_6.js +++ b/search/all_6.js @@ -6,5 +6,6 @@ var searchData= ['getparameters_3',['getParameters',['../classksf_1_1comps_1_1ks_config_provider.html#a15e1288f8c0f9ea8b83885ab500ba20d',1,'ksf::comps::ksConfigProvider']]], ['getpin_4',['getPin',['../classksf_1_1comps_1_1ks_led.html#a1e9b8fab3d1bc4d80302c92fa7939d45',1,'ksf::comps::ksLed::getPin()'],['../classksf_1_1comps_1_1ks_reset_button.html#a2092d47454216a02f2f254b0fc3496f3',1,'ksf::comps::ksResetButton::getPin()']]], ['getreconnectcounter_5',['getReconnectCounter',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a3401589baf730b3cfa12fcd47369509b',1,'ksf::comps::ksMqttConnector']]], - ['getrequiredauthtoken_6',['getRequiredAuthToken',['../classksf_1_1misc_1_1ks_w_s_server.html#a81b95552fd9f0e4c49d59259ca5be2f0',1,'ksf::misc::ksWSServer']]] + ['getrequiredauthtoken_6',['getRequiredAuthToken',['../classksf_1_1misc_1_1ks_w_s_server.html#a81b95552fd9f0e4c49d59259ca5be2f0',1,'ksf::misc::ksWSServer']]], + ['gotipaddress_7',['gotIpAddress',['../classksf_1_1comps_1_1ks_wifi_connector.html#a23e10a819e8e91c564a84b6774c857bf',1,'ksf::comps::ksWifiConnector']]] ]; diff --git a/search/searchdata.js b/search/searchdata.js index 46fdfa2..b2ef0af 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -3,7 +3,7 @@ var indexSectionsWithContent = 0: "abcdefghiklmoprstuvwy~ℹī¸đŸŒąđŸ“đŸ“‘đŸ“šđŸ”đŸ”…đŸ”ŽđŸ”ĄđŸ”ŖđŸ”Ĩ🔨", 1: "cdk", 2: "abcfghiklmoprstuvw~", - 3: "abcdeilmoprstuw", + 3: "abcdegilmoprstuw", 4: "ekt" }; diff --git a/search/variables_5.js b/search/variables_5.js index 8ba60ec..ef0167d 100644 --- a/search/variables_5.js +++ b/search/variables_5.js @@ -1,5 +1,4 @@ var searchData= [ - ['intervalms_0',['intervalMs',['../classksf_1_1ks_simple_timer.html#a0e71a98ffe9b0bef207203f950da8e80',1,'ksf::ksSimpleTimer']]], - ['isdirty_1',['isDirty',['../classksf_1_1ks_config.html#aea9a5bc2306e3582498f027b210af4eb',1,'ksf::ksConfig']]] + ['gotipaddress_0',['gotIpAddress',['../classksf_1_1comps_1_1ks_wifi_connector.html#a23e10a819e8e91c564a84b6774c857bf',1,'ksf::comps::ksWifiConnector']]] ]; diff --git a/search/variables_6.js b/search/variables_6.js index 1b9e9ff..8ba60ec 100644 --- a/search/variables_6.js +++ b/search/variables_6.js @@ -1,12 +1,5 @@ var searchData= [ - ['lastblinktimems_0',['lastBlinkTimeMs',['../classksf_1_1comps_1_1ks_led.html#a6b1d8ff9c610106898f04b0ef84d8e45',1,'ksf::comps::ksLed']]], - ['lastcallbackuid_1',['lastCallbackUID',['../classksf_1_1evt_1_1ks_event.html#a69ba02fa7fdebec6e0d9219e9ec2da40',1,'ksf::evt::ksEvent']]], - ['lastloopexecutiontimestamp_2',['lastLoopExecutionTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#ac0a6eac49ee8ccd90f1f074b0e097ef2',1,'ksf::comps::ksDevicePortal']]], - ['laststate_3',['lastState',['../classksf_1_1comps_1_1ks_reset_button.html#ad7ba748112baf893bf73b4c891dbacb3',1,'ksf::comps::ksResetButton']]], - ['lastsuccessconnectiontime_4',['lastSuccessConnectionTime',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a5b3892df535c4e3d814f49682a6dd3ed',1,'ksf::comps::ksMqttConnector']]], - ['lasttriggertimems_5',['lastTriggerTimeMs',['../classksf_1_1ks_simple_timer.html#a9edd4228fe6272082c33002044c348f3',1,'ksf::ksSimpleTimer']]], - ['login_6',['login',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a79283a0a011bab07f8010c02b33b1a63',1,'ksf::comps::ksMqttConnector']]], - ['logkeepalivetimestamp_7',['logKeepAliveTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#a936722fcf49ca3cd49b58ad6fe207e22',1,'ksf::comps::ksDevicePortal']]], - ['loopexecutiontime_8',['loopExecutionTime',['../classksf_1_1comps_1_1ks_device_portal.html#ae705cc9a95902b82e08c6d87340cb380',1,'ksf::comps::ksDevicePortal']]] + ['intervalms_0',['intervalMs',['../classksf_1_1ks_simple_timer.html#a0e71a98ffe9b0bef207203f950da8e80',1,'ksf::ksSimpleTimer']]], + ['isdirty_1',['isDirty',['../classksf_1_1ks_config.html#aea9a5bc2306e3582498f027b210af4eb',1,'ksf::ksConfig']]] ]; diff --git a/search/variables_7.js b/search/variables_7.js index 0780c82..1b9e9ff 100644 --- a/search/variables_7.js +++ b/search/variables_7.js @@ -1,7 +1,12 @@ var searchData= [ - ['mode_0',['mode',['../classksf_1_1comps_1_1ks_reset_button.html#a801b0826bec2cbcef312909b6b9806f3',1,'ksf::comps::ksResetButton']]], - ['mqttclientsp_1',['mqttClientSp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af745644b5a8c20a49ce70e22e5602303',1,'ksf::comps::ksMqttConnector']]], - ['mqttconnectorwp_2',['mqttConnectorWp',['../classksf_1_1comps_1_1ks_device_portal.html#a4484797e62d2e4ad675db2d836f95d04',1,'ksf::comps::ksDevicePortal']]], - ['mqttconnwp_3',['mqttConnWp',['../classksf_1_1comps_1_1ks_dev_stat_mqtt_reporter.html#aaf36a1e5900bef0469f527f962174723',1,'ksf::comps::ksDevStatMqttReporter']]] + ['lastblinktimems_0',['lastBlinkTimeMs',['../classksf_1_1comps_1_1ks_led.html#a6b1d8ff9c610106898f04b0ef84d8e45',1,'ksf::comps::ksLed']]], + ['lastcallbackuid_1',['lastCallbackUID',['../classksf_1_1evt_1_1ks_event.html#a69ba02fa7fdebec6e0d9219e9ec2da40',1,'ksf::evt::ksEvent']]], + ['lastloopexecutiontimestamp_2',['lastLoopExecutionTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#ac0a6eac49ee8ccd90f1f074b0e097ef2',1,'ksf::comps::ksDevicePortal']]], + ['laststate_3',['lastState',['../classksf_1_1comps_1_1ks_reset_button.html#ad7ba748112baf893bf73b4c891dbacb3',1,'ksf::comps::ksResetButton']]], + ['lastsuccessconnectiontime_4',['lastSuccessConnectionTime',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a5b3892df535c4e3d814f49682a6dd3ed',1,'ksf::comps::ksMqttConnector']]], + ['lasttriggertimems_5',['lastTriggerTimeMs',['../classksf_1_1ks_simple_timer.html#a9edd4228fe6272082c33002044c348f3',1,'ksf::ksSimpleTimer']]], + ['login_6',['login',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a79283a0a011bab07f8010c02b33b1a63',1,'ksf::comps::ksMqttConnector']]], + ['logkeepalivetimestamp_7',['logKeepAliveTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#a936722fcf49ca3cd49b58ad6fe207e22',1,'ksf::comps::ksDevicePortal']]], + ['loopexecutiontime_8',['loopExecutionTime',['../classksf_1_1comps_1_1ks_device_portal.html#ae705cc9a95902b82e08c6d87340cb380',1,'ksf::comps::ksDevicePortal']]] ]; diff --git a/search/variables_8.js b/search/variables_8.js index 26ea776..0780c82 100644 --- a/search/variables_8.js +++ b/search/variables_8.js @@ -1,11 +1,7 @@ var searchData= [ - ['onanymessage_0',['onAnyMessage',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a700ac5e8f17b9ab152a8c5ecb1d9e1fa',1,'ksf::comps::ksMqttConnector']]], - ['onconnected_1',['onConnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aeb2e99942201a89db129abe571115db6',1,'ksf::comps::ksMqttConnector']]], - ['ondevicemessage_2',['onDeviceMessage',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aff442ccec76a46a0834a21cd882e8ccd',1,'ksf::comps::ksMqttConnector']]], - ['ondisconnected_3',['onDisconnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aacb8a4b214c5ea6d71c74469fec167ce',1,'ksf::comps::ksMqttConnector']]], - ['onhandleportalcommand_4',['onHandlePortalCommand',['../classksf_1_1comps_1_1ks_device_portal.html#a48dce11cf0fbd3747ab5b5a82db32b54',1,'ksf::comps::ksDevicePortal']]], - ['onupdateend_5',['onUpdateEnd',['../classksf_1_1comps_1_1ks_device_portal.html#a7dc2e53045a02c604627f8101baa68e2',1,'ksf::comps::ksDevicePortal']]], - ['onupdatestart_6',['onUpdateStart',['../classksf_1_1comps_1_1ks_device_portal.html#a94f2d902c9447d79a165cdb0ed7417ab',1,'ksf::comps::ksDevicePortal']]], - ['onwebsockettextmessage_7',['onWebsocketTextMessage',['../classksf_1_1misc_1_1ks_w_s_server.html#a507b6d18fbe0c211bec2bb593173d885',1,'ksf::misc::ksWSServer']]] + ['mode_0',['mode',['../classksf_1_1comps_1_1ks_reset_button.html#a801b0826bec2cbcef312909b6b9806f3',1,'ksf::comps::ksResetButton']]], + ['mqttclientsp_1',['mqttClientSp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af745644b5a8c20a49ce70e22e5602303',1,'ksf::comps::ksMqttConnector']]], + ['mqttconnectorwp_2',['mqttConnectorWp',['../classksf_1_1comps_1_1ks_device_portal.html#a4484797e62d2e4ad675db2d836f95d04',1,'ksf::comps::ksDevicePortal']]], + ['mqttconnwp_3',['mqttConnWp',['../classksf_1_1comps_1_1ks_dev_stat_mqtt_reporter.html#aaf36a1e5900bef0469f527f962174723',1,'ksf::comps::ksDevStatMqttReporter']]] ]; diff --git a/search/variables_9.js b/search/variables_9.js index 8875b02..26ea776 100644 --- a/search/variables_9.js +++ b/search/variables_9.js @@ -1,9 +1,11 @@ var searchData= [ - ['password_0',['password',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af38f406daf37f94b37cb74c9d7831cae',1,'ksf::comps::ksMqttConnector']]], - ['periodictaskstimeout_1',['periodicTasksTimeout',['../classksf_1_1comps_1_1ks_wifi_configurator.html#aa4b3048c5e1802e63c78cbe98a5ec121',1,'ksf::comps::ksWifiConfigurator']]], - ['pin_2',['pin',['../classksf_1_1comps_1_1ks_led.html#a5a944a7741ab9a0f1437021784a8d1e1',1,'ksf::comps::ksLed::pin'],['../classksf_1_1comps_1_1ks_reset_button.html#a29879006a4ff502303a11eb534d3d8b3',1,'ksf::comps::ksResetButton::pin']]], - ['portalpassword_3',['portalPassword',['../classksf_1_1comps_1_1ks_device_portal.html#a320c4d5b38d622379742b43f4fa99464',1,'ksf::comps::ksDevicePortal']]], - ['prefix_4',['prefix',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a2acc73077e7b4ef0d5f7cd03ad75da19',1,'ksf::comps::ksMqttConnector']]], - ['pressedtime_5',['pressedTime',['../classksf_1_1comps_1_1ks_reset_button.html#a838f42f24cf1d8a95f4820faebb7e302',1,'ksf::comps::ksResetButton']]] + ['onanymessage_0',['onAnyMessage',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a700ac5e8f17b9ab152a8c5ecb1d9e1fa',1,'ksf::comps::ksMqttConnector']]], + ['onconnected_1',['onConnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aeb2e99942201a89db129abe571115db6',1,'ksf::comps::ksMqttConnector']]], + ['ondevicemessage_2',['onDeviceMessage',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aff442ccec76a46a0834a21cd882e8ccd',1,'ksf::comps::ksMqttConnector']]], + ['ondisconnected_3',['onDisconnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#aacb8a4b214c5ea6d71c74469fec167ce',1,'ksf::comps::ksMqttConnector']]], + ['onhandleportalcommand_4',['onHandlePortalCommand',['../classksf_1_1comps_1_1ks_device_portal.html#a48dce11cf0fbd3747ab5b5a82db32b54',1,'ksf::comps::ksDevicePortal']]], + ['onupdateend_5',['onUpdateEnd',['../classksf_1_1comps_1_1ks_device_portal.html#a7dc2e53045a02c604627f8101baa68e2',1,'ksf::comps::ksDevicePortal']]], + ['onupdatestart_6',['onUpdateStart',['../classksf_1_1comps_1_1ks_device_portal.html#a94f2d902c9447d79a165cdb0ed7417ab',1,'ksf::comps::ksDevicePortal']]], + ['onwebsockettextmessage_7',['onWebsocketTextMessage',['../classksf_1_1misc_1_1ks_w_s_server.html#a507b6d18fbe0c211bec2bb593173d885',1,'ksf::misc::ksWSServer']]] ]; diff --git a/search/variables_a.js b/search/variables_a.js index 1a899f2..8875b02 100644 --- a/search/variables_a.js +++ b/search/variables_a.js @@ -1,8 +1,9 @@ var searchData= [ - ['reconnectcounter_0',['reconnectCounter',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af7928b7e420a6e8b98b17e5b43127d27',1,'ksf::comps::ksMqttConnector']]], - ['reconnecttimer_1',['reconnectTimer',['../classksf_1_1comps_1_1ks_mqtt_connector.html#adac57d480a69d329fa59cf5ec897978b',1,'ksf::comps::ksMqttConnector']]], - ['releasedtime_2',['releasedTime',['../classksf_1_1comps_1_1ks_reset_button.html#a3b7c09ba82d65c6aece78ac67e285258',1,'ksf::comps::ksResetButton']]], - ['reportertimer_3',['reporterTimer',['../classksf_1_1comps_1_1ks_dev_stat_mqtt_reporter.html#a791ce03611c217822caabf91c6c601b1',1,'ksf::comps::ksDevStatMqttReporter']]], - ['requriedauthtoken_4',['requriedAuthToken',['../classksf_1_1misc_1_1ks_w_s_server.html#af459c67b491ce00347a590de9dcee044',1,'ksf::misc::ksWSServer']]] + ['password_0',['password',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af38f406daf37f94b37cb74c9d7831cae',1,'ksf::comps::ksMqttConnector']]], + ['periodictaskstimeout_1',['periodicTasksTimeout',['../classksf_1_1comps_1_1ks_wifi_configurator.html#aa4b3048c5e1802e63c78cbe98a5ec121',1,'ksf::comps::ksWifiConfigurator']]], + ['pin_2',['pin',['../classksf_1_1comps_1_1ks_led.html#a5a944a7741ab9a0f1437021784a8d1e1',1,'ksf::comps::ksLed::pin'],['../classksf_1_1comps_1_1ks_reset_button.html#a29879006a4ff502303a11eb534d3d8b3',1,'ksf::comps::ksResetButton::pin']]], + ['portalpassword_3',['portalPassword',['../classksf_1_1comps_1_1ks_device_portal.html#a320c4d5b38d622379742b43f4fa99464',1,'ksf::comps::ksDevicePortal']]], + ['prefix_4',['prefix',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a2acc73077e7b4ef0d5f7cd03ad75da19',1,'ksf::comps::ksMqttConnector']]], + ['pressedtime_5',['pressedTime',['../classksf_1_1comps_1_1ks_reset_button.html#a838f42f24cf1d8a95f4820faebb7e302',1,'ksf::comps::ksResetButton']]] ]; diff --git a/search/variables_b.js b/search/variables_b.js index 492e530..1a899f2 100644 --- a/search/variables_b.js +++ b/search/variables_b.js @@ -1,6 +1,8 @@ var searchData= [ - ['savepower_0',['savePower',['../classksf_1_1comps_1_1ks_wifi_connector.html#ad712e221c2bcc55d500b0365075cfee2',1,'ksf::comps::ksWifiConnector']]], - ['scannetworktimestamp_1',['scanNetworkTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#a4fafe81b3100c79214a84bec4b093556',1,'ksf::comps::ksDevicePortal']]], - ['sendconnectionstatus_2',['sendConnectionStatus',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a95b20ca302d48003c755183b21d65215',1,'ksf::comps::ksMqttConnector']]] + ['reconnectcounter_0',['reconnectCounter',['../classksf_1_1comps_1_1ks_mqtt_connector.html#af7928b7e420a6e8b98b17e5b43127d27',1,'ksf::comps::ksMqttConnector']]], + ['reconnecttimer_1',['reconnectTimer',['../classksf_1_1comps_1_1ks_mqtt_connector.html#adac57d480a69d329fa59cf5ec897978b',1,'ksf::comps::ksMqttConnector']]], + ['releasedtime_2',['releasedTime',['../classksf_1_1comps_1_1ks_reset_button.html#a3b7c09ba82d65c6aece78ac67e285258',1,'ksf::comps::ksResetButton']]], + ['reportertimer_3',['reporterTimer',['../classksf_1_1comps_1_1ks_dev_stat_mqtt_reporter.html#a791ce03611c217822caabf91c6c601b1',1,'ksf::comps::ksDevStatMqttReporter']]], + ['requriedauthtoken_4',['requriedAuthToken',['../classksf_1_1misc_1_1ks_w_s_server.html#af459c67b491ce00347a590de9dcee044',1,'ksf::misc::ksWSServer']]] ]; diff --git a/search/variables_c.js b/search/variables_c.js index a57b2df..492e530 100644 --- a/search/variables_c.js +++ b/search/variables_c.js @@ -1,4 +1,6 @@ var searchData= [ - ['triggerstate_0',['triggerState',['../classksf_1_1comps_1_1ks_reset_button.html#a19333b9f885a6e61c27e04f206b75cb7',1,'ksf::comps::ksResetButton']]] + ['savepower_0',['savePower',['../classksf_1_1comps_1_1ks_wifi_connector.html#ad712e221c2bcc55d500b0365075cfee2',1,'ksf::comps::ksWifiConnector']]], + ['scannetworktimestamp_1',['scanNetworkTimestamp',['../classksf_1_1comps_1_1ks_device_portal.html#a4fafe81b3100c79214a84bec4b093556',1,'ksf::comps::ksDevicePortal']]], + ['sendconnectionstatus_2',['sendConnectionStatus',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a95b20ca302d48003c755183b21d65215',1,'ksf::comps::ksMqttConnector']]] ]; diff --git a/search/variables_d.js b/search/variables_d.js index 7a06c8d..a57b2df 100644 --- a/search/variables_d.js +++ b/search/variables_d.js @@ -1,4 +1,4 @@ var searchData= [ - ['usepersistentsession_0',['usePersistentSession',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a8e80106d4063007faf9f1bc7eb1c889c',1,'ksf::comps::ksMqttConnector']]] + ['triggerstate_0',['triggerState',['../classksf_1_1comps_1_1ks_reset_button.html#a19333b9f885a6e61c27e04f206b75cb7',1,'ksf::comps::ksResetButton']]] ]; diff --git a/search/variables_e.js b/search/variables_e.js index 218d7ae..7a06c8d 100644 --- a/search/variables_e.js +++ b/search/variables_e.js @@ -1,11 +1,4 @@ var searchData= [ - ['wasconnected_0',['wasConnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#afc9123d68f055d4709f9f455cfb655f9',1,'ksf::comps::ksMqttConnector::wasConnected'],['../classksf_1_1comps_1_1ks_wifi_connector.html#a32228ab43c1d389d792f960e7e5b1aec',1,'ksf::comps::ksWifiConnector::wasConnected']]], - ['webserver_1',['webServer',['../classksf_1_1comps_1_1ks_device_portal.html#aed3161ec11cf98fc8afa61e0868596ad',1,'ksf::comps::ksDevicePortal']]], - ['websocket_2',['webSocket',['../classksf_1_1comps_1_1ks_device_portal.html#a70a982a1a01f3ae4011d6b78f2dcedbc',1,'ksf::comps::ksDevicePortal']]], - ['wificlientsp_3',['wifiClientSp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a437a9bcc82d47c0bc27f25c155d35ff3',1,'ksf::comps::ksMqttConnector']]], - ['wificonnwp_4',['wifiConnWp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a00194e36edb73cbc7db830d42490fff4',1,'ksf::comps::ksMqttConnector']]], - ['wifireconnecttimer_5',['wifiReconnectTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a0564f0ed42827fbfc35bdf168b0490cb',1,'ksf::comps::ksWifiConnector']]], - ['wifitimeouttimer_6',['wifiTimeoutTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#aa4aefb3cbb2365f443d51fa8900930c9',1,'ksf::comps::ksWifiConnector']]], - ['wslistener_7',['wsListener',['../classksf_1_1misc_1_1ks_w_s_server.html#aa70db8c4e6820c660c1654807276b9c6',1,'ksf::misc::ksWSServer']]] + ['usepersistentsession_0',['usePersistentSession',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a8e80106d4063007faf9f1bc7eb1c889c',1,'ksf::comps::ksMqttConnector']]] ]; diff --git a/search/variables_f.js b/search/variables_f.js new file mode 100644 index 0000000..f1aa446 --- /dev/null +++ b/search/variables_f.js @@ -0,0 +1,12 @@ +var searchData= +[ + ['wasconnected_0',['wasConnected',['../classksf_1_1comps_1_1ks_mqtt_connector.html#afc9123d68f055d4709f9f455cfb655f9',1,'ksf::comps::ksMqttConnector::wasConnected'],['../classksf_1_1comps_1_1ks_wifi_connector.html#a32228ab43c1d389d792f960e7e5b1aec',1,'ksf::comps::ksWifiConnector::wasConnected']]], + ['webserver_1',['webServer',['../classksf_1_1comps_1_1ks_device_portal.html#aed3161ec11cf98fc8afa61e0868596ad',1,'ksf::comps::ksDevicePortal']]], + ['websocket_2',['webSocket',['../classksf_1_1comps_1_1ks_device_portal.html#a70a982a1a01f3ae4011d6b78f2dcedbc',1,'ksf::comps::ksDevicePortal']]], + ['wificlientsp_3',['wifiClientSp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a437a9bcc82d47c0bc27f25c155d35ff3',1,'ksf::comps::ksMqttConnector']]], + ['wificonnwp_4',['wifiConnWp',['../classksf_1_1comps_1_1ks_mqtt_connector.html#a00194e36edb73cbc7db830d42490fff4',1,'ksf::comps::ksMqttConnector']]], + ['wifiipchecktimer_5',['wifiIpCheckTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a20835a8e41863f79bd140f905d908bae',1,'ksf::comps::ksWifiConnector']]], + ['wifireconnecttimer_6',['wifiReconnectTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#a0564f0ed42827fbfc35bdf168b0490cb',1,'ksf::comps::ksWifiConnector']]], + ['wifitimeouttimer_7',['wifiTimeoutTimer',['../classksf_1_1comps_1_1ks_wifi_connector.html#aa4aefb3cbb2365f443d51fa8900930c9',1,'ksf::comps::ksWifiConnector']]], + ['wslistener_8',['wsListener',['../classksf_1_1misc_1_1ks_w_s_server.html#aa70db8c4e6820c660c1654807276b9c6',1,'ksf::misc::ksWSServer']]] +];