class MovingsignApi::SoftwareResetCommand

Performs a soft reset of 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/software_reset_command.rb, line 8
def subcommand_code
  'B'
end
subcommand_payload_bytes() click to toggle source
# File lib/movingsign_api/commands/software_reset_command.rb, line 12
def subcommand_payload_bytes
  []
end