0.0.19 • Published 8 years ago

homestar-samsung-smart-tv v0.0.19

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

homestar-samsung-smart-tv

IOTDB Bridge for Samsung Smart TV

About

This Module allows you to control your Samsung Smart TV devices from IOTDB and Home☆Star.

Note that "Samsung Smart TV" is basically just a name. It's not really that Smart, and not all Samsung Smart TVs will work with this because reasons.

After installation (see below) you can test compatibility by trying

$ homestar samsung-send KEY_POWEROFF

which should turn off your TV. There's no corresponding way to turn on the TV unfortunately, as the Internet connection is not there when the TV is off.

Installation

Then:

$ npm install homestar-samsung-smart-tv

Use

Change to HDMI1 and turn the volume up by 5 levels.

const iotdb = require('iotdb')
iotdb.use("iotdb-samsung-smart-tv")

const things = iotdb.connect("SamsungSmartTV")
things.set(":band", "iot-purpose:band.hdmi")
things.set(":volume.delta", 5)

Models

SamsungSmartTV

See SamsungSmartTv.iotql

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago