Class: EmuPower::Commands::GetInstantaneousDemand

Inherits:
Command
  • Object
show all
Defined in:
lib/emu_power/commands.rb

Instance Method Summary collapse

Methods inherited from Command

#to_command, #to_hex, #to_yn

Constructor Details

#initializeGetInstantaneousDemand

Returns a new instance of GetInstantaneousDemand.



48
49
50
# File 'lib/emu_power/commands.rb', line 48

def initialize
	super('get_instantaneous_demand')
end