Sha256: c87453ea398b897800120fcb937155ee68fc7f5c3f75b563c38d57c114737c40

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

STATION = {
  'device' => '/areas/home/tv',
  'target' => 'input_dispatcher',
}

#GOM_ROOT = "http://gom"
#GOM_ROOT = "http://localhost:3080"

EVENTS  = { "swipeDown"  => "down",
            "swipeUp"    => "up",
            "swipeLeft"  => "left",
            "swipeRight" => "right",
            "zoomIn"     => "in",
            "zoomOut"    => "out",
            "cancel"     => "cancel",
            "mouseDown"  => "confirm",
            "bigSwipe"   => 'start'}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tg-can-controls-gateway-0.1.3 lib/settings.rb
tg-can-controls-gateway-0.1.2 lib/settings.rb
tg-can-controls-gateway-0.1.1 lib/settings.rb
tg-can-controls-gateway-0.1.0 lib/settings.rb