Merge pull request #224 from ddyner/BlindTransferEventResult

Changed the type of the result field of the BlindTransferEvent class
This commit is contained in:
Deantwo 2020-01-27 11:59:29 +01:00 committed by GitHub
commit 05365eaa56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ namespace AsterNET.Manager.Event
{
public class BlindTransferEvent : ManagerEvent
{
public bool Result { get; set; }
public string Result { get; set; }
public string TransfererChannel { get; set; }
public string TransfererChannelState { get; set; }
public string TransfererChannelStatedesc { get; set; }