Class: MovingsignApi::SoftwareResetCommand
- Inherits:
-
WriteControlCommand
- Object
- Command
- WriteControlCommand
- MovingsignApi::SoftwareResetCommand
- Defined in:
- lib/movingsign_api/commands/software_reset_command.rb
Overview
Note:
The sign will restart after receiving this command.
Performs a soft reset of the sign
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from WriteControlCommand
Methods inherited from Command
Instance Method Details
#subcommand_code ⇒ Object
8 9 10 |
# File 'lib/movingsign_api/commands/software_reset_command.rb', line 8 def subcommand_code 'B' end |
#subcommand_payload_bytes ⇒ Object
12 13 14 |
# File 'lib/movingsign_api/commands/software_reset_command.rb', line 12 def subcommand_payload_bytes [] end |