diff --git a/README.md b/README.md index c0c4406..82b6675 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,9 @@ BE SURE THE FIRMWARE FITS YOUR DEVICE! Alternatively you can request a certain file to be requested and flashed by the device: # curl http://10.42.42.42/flash3?url=http://10.42.42.1/files/thirdparty.bin + +## RELATED WORKS +- [TuyAPI](https://github.com/codetheweb/tuyapi) NPM library for LAN control of Tuya devices with stock firmware +- [TuyOTA](https://github.com/SynAckFin/TuyOTA) Perl based Tuya flashing script using a similar strategy +- [MockTuyaCloud](https://github.com/kueblc/mocktuyacloud) Framework replicating much of the Tuya cloud functionality + diff --git a/start_flash.sh b/start_flash.sh index 031c39c..6b6c3a5 100755 --- a/start_flash.sh +++ b/start_flash.sh @@ -99,7 +99,7 @@ echo "put or link it to ./files/thirdparty.bin" echo "A basic build of Sonoff-Tasmota v6.5.0 is already included in this repository." echo " # curl http://10.42.42.42/flash3" echo "Alternatively let the device download and flash a file via HTTP:" -echo " # curl http://10.42.42.42/flashURL?url=http://10.42.42.1/files/thirdparty.bin" +echo " # curl http://10.42.42.42/flash3?url=http://10.42.42.1/files/thirdparty.bin" echo echo "HAVE FUN!"