View Source Grizzly.ZWave.Commands.ApplicationBusy (grizzly v8.6.6)
The Application Busy Command used to instruct a node that the node that it is trying to communicate with is busy and is unable to service the request right now.
Params:
:status
- The status field can have the following values: :try_again_later, :try_again_after_wait, :request_queued (required):wait_time
- The wait time field indicates the number of seconds a node should wait before retrying the request (required)
Summary
Types
@type param() :: {:status, Grizzly.ZWave.CommandClasses.ApplicationStatus.status()} | {:wait_time, :byte}