class MovingsignApi::HardResetCommand
Performs a hard reset, DELETING ALL DATA ON THE SIGN
@note The sign will restart after receiving this command
Public Instance Methods
subcommand_code()
click to toggle source
# File lib/movingsign_api/commands/hard_reset_command.rb, line 8 def subcommand_code 'L' end
subcommand_payload_bytes()
click to toggle source
# File lib/movingsign_api/commands/hard_reset_command.rb, line 12 def subcommand_payload_bytes [] end