Class: LEDENET::Packets::SetFunctionRequest

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ledenet/packets/set_function_request.rb

Constant Summary collapse

VALID_SPEED_RANGE =
(0..100)
PACKET_SPEED_RANGE =

Speed value is in [0x00, 0x20], with 0x00 being the fastest.

(0x00..0x20)

Instance Method Summary collapse

Instance Method Details

#response_readerObject



35
36
37
# File 'lib/ledenet/packets/set_function_request.rb', line 35

def response_reader
  LEDENET::Packets::EmptyResponse
end