{%
    if not time_valid then
        echo('Usage: ipmcset -d identify  [-v time | force]    0s<=time<=255s', '\n')
        echo('       0s means to turn off identify led.')
    elseif State and OnDuration and OffDuration then
        echo('Identify UID led successfully.')
    else
        echo('Identify UID led failed.')
    end
%}