Ape / samsungctl

Remote control Samsung televisions via a TCP/IP connection
MIT License
713 stars 191 forks source link

Make fields on Remote constructor config optional #17

Open Ape opened 8 years ago

Ape commented 8 years ago

Currently the default configuration parameters are set on the command line tool, not on the Remote object. This means that all configurations fields must be set when using samsungctl as a library.

Change this so that even library usage has the default parameters so that some configuration fields can be omitted.