mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Add HipChat notifier role.
This commit is contained in:
parent
07f611b361
commit
4cf3d242a5
7 changed files with 134 additions and 1 deletions
|
@ -44,6 +44,7 @@ module.exports = function(options) {
|
|||
case wire.MessageType.DEVICE_LOG:
|
||||
var message = wire.DeviceLogMessage.decode(wrapper.message)
|
||||
dbapi.saveDeviceLog(message.serial, message)
|
||||
appDealer.send([channel, data])
|
||||
break
|
||||
case wire.MessageType.DEVICE_POKE:
|
||||
var message = wire.DevicePokeMessage.decode(wrapper.message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue