class Artoo::Drivers::DeviceInfo

DeviceInfo driver behaviors

Constants

COMMANDS

Public Instance Methods

firmware_name() click to toggle source
# File lib/artoo/drivers/device_info.rb, line 9
def firmware_name
  connection.firmware_name
end
version() click to toggle source
# File lib/artoo/drivers/device_info.rb, line 13
def version
  connection.version
end