about summary refs log tree commit diff
path: root/cli
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04 Add support for specifying destination IP address to use in discovery (#313)Daniel Høyer Iversen1-1/+2
Co-authored-by: Kja64 <Ken@lkv20.dk>
2019-10-09 Print base64 RF learned command output (#286)Liran BG1-0/+2
* Print base64 RF learned command output Would be helpful for hassio fans, they can easily copy paste the output into their automation configuration file. * Update broadlink_cli
2019-10-02 Remove support for pyaes (#281)Daniel Høyer Iversen2-16/+16
* remove support for pyaes * remove support for pyaes * remove support for pyaes
2019-07-29 Allow to specify local_ip_address when discovering (#272)carlos-alarcon1-1/+3
2019-05-23 fixed learnfile switch and python3 compatibility (#247)AnilDaoud1-2/+5
2019-05-22 2to3 broadlink_discovery (#245)AnilDaoud1-9/+9
2019-05-18 Merge branch 'master' into rf_experiment_v0.9Matthew Garrett1-0/+1
2019-05-18 adding base64 output (#239)Bartosz Fenski1-0/+1
base64 output useful when working with Home-Assistant
2019-01-16 broadlink_cli: python3 supportPim van den Berg1-22/+22
2018-11-26 Merge branch 'rf_experiment' into rf_experiment_v0.9Sergey Prilukin1-25/+71
# Conflicts: # README.md # broadlink/__init__.py # cli/broadlink_cli
2018-11-25 fixed --learnfile argument usage, so it works for both IR and RFSergey Prilukin1-8/+8
2018-08-30 readme typoclach041-1/+1
2018-07-14 Remove trailing semicolonsFaustino Aguilar1-2/+2
2018-04-19 Add energy option to broadlink_cliTocho Tochev2-0/+8
2018-03-18 implemented method to toggle nightlight on some SP3 devices (#159)Nightreaver1-0/+20
* implemented method to toggle nightlight on some SP3 devices * implement nightlight feature to cli * check_power/check_nightligh fixes for py2.7
2018-03-18 broadlink_discovery returns wrong devtype (#157)Nightreaver1-5/+3
* few item in gendevice use `if` instead of `elif` * passing `devtype` back to device change `cli/broadlink_discovery` to display proper devtype
2018-03-18 Add option to switch state (#160)Marcin Koperski1-0/+8
Find lacking for an option in one line to switch a state of SP2 switches
2018-01-30 Get rf scan learning working in CLI tool (#87)Brent Avery1-13/+57
2017-12-25 New flags: check power state and turn device on & off (#132)Valter Vicente1-0/+20
Added new flags so it is possible to check device's current power state and to turn device on & off from CLI
2017-11-26 Checking device arg too for defining dev instance (#129)Sergey Bogatyrets1-3/+2
2017-11-25 Cli venv support (#127)blapid2-2/+2
* Update broadlink_cli * Update broadlink_discovery
2017-11-25 New options for broadlink:cli: --convert and --durations. (#105)Bengt Martensson1-8/+73
Now takes several data arguments.
2017-11-25 Only get temperature for devices that support it. (#102)Julian Pastarmov1-1/+2
Calling check_temperature is only possible on the RM family of devices. The program used to crash if other types of devices were discovered (A1, MP1 etc.).
2017-04-22 included sensors optionIvan Martinez1-1/+10
2017-04-22 basic documentation for cli programsIvan F. Martinez1-0/+75
2017-04-22 command line programs to control broadlink devicesIvan Martinez2-0/+84