Module: Meshtastic::Telemetry

Defined in:
lib/meshtastic/telemetry.rb

Class Method Summary collapse

Class Method Details

.authorsObject

Author(s)

0day Inc. <[email protected]>



10
11
12
13
14
# File 'lib/meshtastic/telemetry.rb', line 10

public_class_method def self.authors
  "AUTHOR(S):
    0day Inc. <[email protected]>
  "
end

.helpObject

Display Usage for this Module



18
19
20
21
22
# File 'lib/meshtastic/telemetry.rb', line 18

public_class_method def self.help
  puts "USAGE:
    #{self}.authors
  "
end