Skip to content

Commit b47abfe

Browse files
committed
fix payload of ve
1 parent 17b8c2b commit b47abfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function getDataFromHost(host) {
140140
url: virtualUrl,
141141
payload: {
142142
id: host.id,
143-
virtIP: host.ip,
143+
ip: host.virtIP,
144144
startupTime: host.startupTime,
145145
},
146146
}

0 commit comments

Comments
 (0)