Important Update:
- FunctionCore: - Add OldState to ChannelStateEvent() - Add new method ChannelOutState() - Update Logging levels - SelectableCore: - Restart LastAction timer of Name Resolve fail (cause delayed re-open) - Watchdog: - Move JSON PingInterval param to "Config" object
This commit is contained in:
@@ -63,7 +63,7 @@ bool CWatchdogCore::Init( CDataMember * FunctionConfig )
|
||||
return false;
|
||||
|
||||
// Set specific parameters
|
||||
SetInterval( FunctionConfig->GetChInt( "Parameters/PingInterval", 500, true ));
|
||||
SetInterval( Config->GetChInt( "PingInterval", 500, true ));
|
||||
|
||||
// Create handle and set reference, if not done
|
||||
if (!(Ping = GetHandle( "Ping" )))
|
||||
|
||||
Reference in New Issue
Block a user