Module: TiltHydrometer

Defined in:
lib/tilt_hydrometer.rb,
lib/tilt_hydrometer/core.rb,
lib/tilt_hydrometer/mqtt.rb,
lib/tilt_hydrometer/beacon.rb,
lib/tilt_hydrometer/logger.rb,
lib/tilt_hydrometer/devices.rb,
lib/tilt_hydrometer/version.rb,
lib/tilt_hydrometer/brewfather.rb,
lib/tilt_hydrometer/throttled_execution.rb

Defined Under Namespace

Modules: ThrotteledExecution Classes: Beacon, Brewfather, Core, MQTT

Constant Summary collapse

LOGGER =
Logger.new($stdout)
DEVICES =
{
  'A495BB10C5B14B44B5121370F02D74DE' => 'Red',
  'A495BB20C5B14B44B5121370F02D74DE' => 'Green',
  'A495BB30C5B14B44B5121370F02D74DE' => 'Black',
  'A495BB40C5B14B44B5121370F02D74DE' => 'Purple',
  'A495BB50C5B14B44B5121370F02D74DE' => 'Orange',
  'A495BB60C5B14B44B5121370F02D74DE' => 'Blue',
  'A495BB70C5B14B44B5121370F02D74DE' => 'Yellow',
  'A495BB80C5B14B44B5121370F02D74DE' => 'Pink'
}.freeze
VERSION =
'0.2.0'