mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Update old wire types.
This commit is contained in:
@@ -270,7 +270,7 @@ module.exports = syrup.serial()
|
||||
function type(text) {
|
||||
return runAgentCommand(
|
||||
apk.wire.MessageType.DO_TYPE
|
||||
, new apk.wire.TypeRequest(text)
|
||||
, new apk.wire.DoTypeRequest(text)
|
||||
)
|
||||
}
|
||||
|
||||
@@ -288,7 +288,7 @@ module.exports = syrup.serial()
|
||||
function wake() {
|
||||
return runAgentCommand(
|
||||
apk.wire.MessageType.DO_WAKE
|
||||
, new apk.wire.WakeRequest()
|
||||
, new apk.wire.DoWakeRequest()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user