Skip to content

Commit

Permalink
update: readme, version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanlike0911 committed Jun 3, 2022
1 parent 0055e00 commit e076fb5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
65 changes: 35 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ Unofficial node-RED node for connecting to TP-Link Tapo devices. Currently limit
This node module provides the ability to get the device infomation of tapo smart plugs.
Get the device information from `"output: msg.payload.tapoDeviceInfo"`.
Models that can monitor energy acquire energy information.
Get the device information from `"output: msg.payload.tapoDeviceInfo, msg.payload?.tapoEnergyUsage(P110 only)"`.
- tplink_tapo_connect_api(`deprecated`)
Expand Down Expand Up @@ -201,35 +203,38 @@ false: smart plug power off
{
result: true,
tapoDeviceInfo: {
device_id: "*************"
fw_ver: "1.2.10 Build 20200609 Rel. 33394"
hw_ver: "1.0.0"
type: "SMART.TAPOPLUG"
model: "P105"
mac: "XX-XX-XX-XX-XX-XX"
hw_id: "*************"
fw_id: "*************"
oem_id: "*************"
specs: "JP"
device_on: false
on_time: 0
overheated: false
nickname: "3d printer power supply"
location: "XXXXXXXXXXXXXXXX"
avatar: "plug"
time_usage_today: 0
time_usage_past7: 0
time_usage_past30: 0
longitude: 0
latitude: 0
has_set_location_info: true
ip: "192.168.0.XXX"
ssid: "SSID"
signal_level: 0
rssi: 0
region: "Asia/Tokyo"
time_diff: 0
lang: "ja_JP"
device_id: "*************"
fw_ver: "1.2.10 Build 20200609 Rel. 33394"
hw_ver: "1.0.0"
type: "SMART.TAPOPLUG"
model: "P105"
mac: "XX-XX-XX-XX-XX-XX"
hw_id: "*************"
fw_id: "*************"
oem_id: "*************"
specs: "JP"
device_on: false
on_time: 0
overheated: false
nickname: "3d printer power supply"
location: "XXXXXXXXXXXXXXXX"
avatar: "plug"
time_usage_today: 0
time_usage_past7: 0
time_usage_past30: 0
longitude: 0
latitude: 0
has_set_location_info: true
ip: "192.168.0.XXX"
ssid: "SSID"
signal_level: 0
rssi: 0
region: "Asia/Tokyo"
time_diff: 0
lang: "ja_JP"
},
tapoEnergyUsage: {
????
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-tplink-tapo-connect-api",
"version": "0.3.1",
"version": "0.3.2",
"description": "Unofficial node-RED node for connecting to TP-Link Tapo devices. Currently limited to the P100 & P105 smart plugs and L510E smart bulbs.",
"author": "sanlike",
"license": "Apache",
Expand All @@ -9,6 +9,7 @@
"tplink",
"p100",
"p105",
"p110",
"L510E"
],
"main": "none",
Expand Down

0 comments on commit e076fb5

Please sign in to comment.