livebox:twitter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
livebox:twitter [2012/05/15 21:07] brettlivebox:twitter [2012/05/29 10:55] – [alias interpreter] brett
Line 32: Line 32:
 </code> </code>
  
-The commands you enter resolve the same way as the Google Calendar component (//See [[hah#calendar_aliases]]//) and require an [[#alias_interpreter]] to resolve these into appropriate actions.  The diagram below shows the entire process.+The commands you enter resolve the same way as the Google Calendar component (//See [[google_calendar#calendar_aliases]]//) and require an [[#alias_interpreter]] to resolve these into appropriate actions.  The diagram below shows the entire process.
  
 {{:livebox:twitter_xap_process_v3.png|}} {{:livebox:twitter_xap_process_v3.png|}}
Line 95: Line 95:
     [rex.new("(relay) ([1-4]) (on|off)")]=function(m) rfRelayCmd(m) end,     [rex.new("(relay) ([1-4]) (on|off)")]=function(m) rfRelayCmd(m) end,
     [rex.new("(rf) ([0-9]+) (on|off)")]=function(m) rfRelayCmd(m) end,     [rex.new("(rf) ([0-9]+) (on|off)")]=function(m) rfRelayCmd(m) end,
-    [rex.new("tweet (.*)")]=function(m) tweet(m) end+    [rex.new("tweet (.*)")]=function(m) tweet(m) end, 
 +    "reboot" = function() os.execute("reboot") end
 } }
  
  • livebox/twitter.txt
  • Last modified: 2012/05/29 10:59
  • by brett