MT#59962 DSM: add float type for setTimer()

Support float type for the timers.

Change-Id: I0eba27a16e6234e440c3868dcee0f6eb2d0c8673
mr14.1
Donat Zenichev 8 months ago
parent d69d4961fa
commit 526e092915

@ -1135,7 +1135,8 @@ EXEC_ACTION_START(SCSetTimerAction) {
EXEC_ACTION_STOP;
}
unsigned int timeout;
double timeout;
if (str2int(resolveVars(par2, sess, sc_sess, event_params), timeout)) {
ERROR("timeout value '%s' not decipherable\n",
resolveVars(par2, sess, sc_sess, event_params).c_str());

Loading…
Cancel
Save