View Source Grizzly.ZWave.Commands.ZIPKeepAlive (grizzly v8.6.6)

The Z/IP Packet keep alive command

Params:

  • :ack_flag - the flag if the receiving node should acknowledge the keep alive packet or not

Summary

Types

ack_flag()

@type ack_flag() :: :ack_response | :ack_request

param()

@type param() :: {:ack_flag, ack_flag()}

Functions

encode_ack_flag(atom)

@spec encode_ack_flag(ack_flag()) :: byte()