Module: TiltHydrometer

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

Defined Under Namespace

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

Constant Summary collapse

LOGGER =
Logger.new($stdout)
DEVICES =
{
  'A495BB10-C5B1-4B44-B512-1370F02D74DE' => 'Red',
  'A495BB20-C5B1-4B44-B512-1370F02D74DE' => 'Green',
  'A495BB30-C5B1-4B44-B512-1370F02D74DE' => 'Black',
  'A495BB40-C5B1-4B44-B512-1370F02D74DE' => 'Purple',
  'A495BB50-C5B1-4B44-B512-1370F02D74DE' => 'Orange',
  'A495BB60-C5B1-4B44-B512-1370F02D74DE' => 'Blue',
  'A495BB70-C5B1-4B44-B512-1370F02D74DE' => 'Yellow',
  'A495BB80-C5B1-4B44-B512-1370F02D74DE' => 'Pink'
}.freeze
VERSION =
'0.0.0'