Comparing version 5.2.1 to 5.3.0
@@ -401,2 +401,7 @@ // Import packages | ||
debug(`Pong from ${this.device.ip}`); | ||
/** | ||
* Emitted when a heartbeat ping is returned. | ||
* @event TuyaDevice#heartbeat | ||
*/ | ||
this.emit('heartbeat'); | ||
return; | ||
@@ -403,0 +408,0 @@ } |
{ | ||
"name": "tuyapi", | ||
"version": "5.2.1", | ||
"version": "5.3.0", | ||
"description": "An easy-to-use API for devices that use Tuya's cloud services", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -149,3 +149,3 @@ # TuyAPI 🌧 🔌 | ||
- [tuya-cli](https://github.com/TuyaAPI/cli): a CLI interface for Tuya devices | ||
- [homebridge-tuya](https://github.com/codetheweb/homebridge-tuya-outlet): a [Homebridge](https://github.com/nfarina/homebridge) plugin for Tuya devices | ||
- [homebridge-tuya](https://github.com/iRayanKhan/homebridge-tuya): a [Homebridge](https://github.com/nfarina/homebridge) plugin for Tuya devices | ||
- [tuyaweb](https://github.com/bmachek/tuyaweb): a web interface for controlling devices by [bmachek](https://github.com/bmachek) | ||
@@ -152,0 +152,0 @@ - [homebridge-igenix-air-conditioner](https://github.com/ellneal/homebridge-igenix-air-conditioner): a [Homebridge](https://github.com/nfarina/homebridge) plugin for the Igenix IG9901WIFI air conditioner |
42943
981