Grizzly.ZWave.Commands.SupervisionReport (grizzly v0.17.3) View Source
This command is used to advertise the status of one or more command process(es).
Params:
:more_status_updates- used to advertise if more Supervision Reports follow for the actual Session ID (required):session_id- carries the same value as the Session ID field of the Supervision Get Command whichinitiated this session (required):status- the current status of the command process, one of :no_support, :working, :fail or :success (required):duration- the time in seconds needed to complete the current operation (required)
Link to this section Summary
Link to this section Types
Specs
more_status_updates() :: :last_report | :more_reports
Specs
param() ::
{:more_status_updates, more_status_updates()}
| {:status, status()}
| {:duration, :unknown | non_neg_integer()}
| {:session_id, byte()}
Specs
status() :: :no_support | :working | :fail | :success