Skip to content

Ruby gem for communicating with Teletask domotics central using the DoIP protocol

License

Notifications You must be signed in to change notification settings

sillevl/teletask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teletask ruby gem

Ruby gem for communicating with Teletask domotics central using the DoIP protocol At the moment there is support for

  • keep_alive
  • set
  • get
  • log

In next releases support for these features will be added

  • group_get
  • message

Installation

gem install teletask

Usage

example

require 'teletask'

teletask = Teletask.new("192.168.1.5")
teletask.connect()

teletask.get Teletask::Function::RELAY, 21

About

Ruby gem for communicating with Teletask domotics central using the DoIP protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages