Changes between Version 7 and Version 8 of Domotiga/XML-RPC

Show
Ignore:
Timestamp:
02/07/10 15:19:20 (7 months ago)
Author:
rdnzl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Domotiga/XML-RPC

    v7 v8  
    350350Added: 
    351351 
    352 '''config.restart''' 
     352'''module.restart''' 
    353353reload config and restart module modulename 
    354354param: modulename (string) 
     
    367367</methodResponse> 
    368368}}} 
     369 
     370'''send.email''' 
     371send e-mail to address param1, with subject param2 and body param3 
     372 
     373Returns TRUE or FALSE. 
     374 
     375Example response: 
     376 
     377{{{ 
     378<methodResponse>  
     379<params>  
     380<param>  
     381<value><boolean>TRUE</boolean></value>  
     382</param>  
     383</params>  
     384</methodResponse> 
     385}}} 
     386 
     387'''send.tweet''' 
     388send tweet with param1 as contents 
     389 
     390'''send.sms''' 
     391send sms to param1, with param2 as contents 
     392 
     393'''set.housemode''' 
     394set house mode to param1 
     395 
     396'''set.mutemode''' 
     397set mute mode to param1 
     398 
     399'''device.setdevice''' 
     400"set device param1 with value param2 
     401 
     402'''set.alarmpin''' 
     403set alarm pin to param1 
     404 
     405'''set.alarmmode''' 
     406set alarm mode to param1 
     407 
     408'''play.sound''' 
     409play sound param1 with volume param2 
     410 
     411'''voicetext.speak''' 
     412speak text param1 with voice param2 
     413 
     414'''pachube.list''' 
     415get pachube device list in eeml 
     416 
     417== V0.04 Changes == 
     418 
     419'''rrdtool.listgraphs''' 
     420get list of rrdtool graph images in group param1 
     421 
     422'''rrdtool.updategraphs''' 
     423update rrdtool graph images in group param1 
    369424 
    370425