Sha256: 5c766def5f8ed340b87db94f85e13386fdf1900f5ff7bde1bb228626817be6df
Contents?: true
Size: 271 Bytes
Versions: 3
Compression:
Stored size: 271 Bytes
Contents
require File.expand_path('../../spec_helper.rb', __FILE__) class AdjustStationTemperatureHandler include Buster::CommandHandler def execute(props) reply :ten_four end end trap("TERM") { Buster.stop } Buster.local_endpoint = 'ipc://station.ipc' Buster.start
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buster-0.1.3 | spec/test_endpoints/station.rb |
buster-0.1.2 | spec/test_endpoints/station.rb |
buster-0.1.1 | spec/test_endpoints/station.rb |