Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-04 | Add support for specifying destination IP address to use in discovery (#313) | Daniel Høyer Iversen | 1 | -1/+2 | |
Co-authored-by: Kja64 <Ken@lkv20.dk> | |||||
2019-10-09 | Print base64 RF learned command output (#286) | Liran BG | 1 | -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 Iversen | 2 | -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-alarcon | 1 | -1/+3 | |
2019-05-23 | fixed learnfile switch and python3 compatibility (#247) | AnilDaoud | 1 | -2/+5 | |
2019-05-22 | 2to3 broadlink_discovery (#245) | AnilDaoud | 1 | -9/+9 | |
2019-05-18 | Merge branch 'master' into rf_experiment_v0.9 | Matthew Garrett | 1 | -0/+1 | |
2019-05-18 | adding base64 output (#239) | Bartosz Fenski | 1 | -0/+1 | |
base64 output useful when working with Home-Assistant | |||||
2019-01-16 | broadlink_cli: python3 support | Pim van den Berg | 1 | -22/+22 | |
2018-11-26 | Merge branch 'rf_experiment' into rf_experiment_v0.9 | Sergey Prilukin | 1 | -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 RF | Sergey Prilukin | 1 | -8/+8 | |
2018-08-30 | readme typo | clach04 | 1 | -1/+1 | |
2018-07-14 | Remove trailing semicolons | Faustino Aguilar | 1 | -2/+2 | |
2018-04-19 | Add energy option to broadlink_cli | Tocho Tochev | 2 | -0/+8 | |
2018-03-18 | implemented method to toggle nightlight on some SP3 devices (#159) | Nightreaver | 1 | -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) | Nightreaver | 1 | -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 Koperski | 1 | -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 Avery | 1 | -13/+57 | |
2017-12-25 | New flags: check power state and turn device on & off (#132) | Valter Vicente | 1 | -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 Bogatyrets | 1 | -3/+2 | |
2017-11-25 | Cli venv support (#127) | blapid | 2 | -2/+2 | |
* Update broadlink_cli * Update broadlink_discovery | |||||
2017-11-25 | New options for broadlink:cli: --convert and --durations. (#105) | Bengt Martensson | 1 | -8/+73 | |
Now takes several data arguments. | |||||
2017-11-25 | Only get temperature for devices that support it. (#102) | Julian Pastarmov | 1 | -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 option | Ivan Martinez | 1 | -1/+10 | |
2017-04-22 | basic documentation for cli programs | Ivan F. Martinez | 1 | -0/+75 | |
2017-04-22 | command line programs to control broadlink devices | Ivan Martinez | 2 | -0/+84 | |