AutoRemote Include EventGhost variable in message

Discussion in 'AutoApps' started by skribb, Mar 6, 2016.

  1. skribb

    skribb Member

    Joined:
    Mar 5, 2015
    Messages:
    44
    Likes Received:
    1
    How do i go about to Include EventGhost variable in message? even if I enclose it in curly brackets and include "eg.globals" as the variable prefix it will be sent as a text string instead of the variable's contents.

    eg.plugins.AutoRemote.SendMessage(u'androidphone', u'goo.gl/fake, u'my_key', u'eg.globals.NOTE_TO_PHONE', u'', u'', u'', '', u'', u'')
     
  2. skribb

    skribb Member

    Joined:
    Mar 5, 2015
    Messages:
    44
    Likes Received:
    1
    I managed to fix it by expressly defining the variable as a global variable in EG
     

Share This Page