might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value>
<array>
<data>
<value><string>tini</string></value>
<value><string>weather.home</string></value>
<value><string>thermometer.1</string></value>
</data>
</array>
</value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value>
<array>
<data>
<value><string>address</string></value>
<value><string>string</string></value>
<value><string>r</string></value>
<value><string>temperature</string></value>
<value><string>double</string></value>
<value><string>r</string></value>
</data>
</array>
</value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value><double>95.2</double></value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value><boolean>1</boolean></value>
</param>
</params>
</methodResponse>
| Device Class | Device Field | Type | Access | Description |
| tini | address |
|
|
1-Wire address of the DS2502 chip on TINI in hex format (eight bytes, sixteen characters) |
| clock |
|
|
The current Real Time Clock value on TINI in the same format output by slush's date command. | |
| IP |
|
|
TINI's current IP address, such as "180.0.54.9" | |
| upTime |
|
|
Time since the TINI was powered up, in minutes | |
| ppp | timeUp |
|
|
Time to keep connection open, in minutes (0 to disable PPP) |
| timeDown |
|
|
Time between connections, in minutes (0 for continuous connect) | |
| phoneNumber |
|
|
Phone number to use to dial ISP, such as "9725554000" | |
| userName |
|
|
User name to use for ISP PAP authentication | |
| password |
|
|
Password to use for ISP PAP authentication | |
| portName |
|
|
The serial port the modem is connected to (such as "serial2") | |
| portSpeed |
|
|
The baud rate to use for the modem (such as 19200) | |
| notifier | interval |
|
|
Time between reports, in minutes (0 to disable) |
| serverURL |
|
|
Full URL for XML-RPC POST message | |
| formEncode |
|
|
If true, url-encode the XML-RPC call to server | |
| formPrefix |
|
|
If formEncode is true, include this string before the XML-RPC text | |
| dualSwitch | address |
|
|
1-Wire address |
| channelA |
|
|
Setting for output channel A (pulldown active if true) | |
| channelB |
|
|
Setting for output channel B (pulldown active if true) | |
| hygro | address |
|
|
1-Wire address |
| humidity |
|
|
Current relative humidity from zero to 100 percent | |
| temperature |
|
|
Current temperature in degrees Fahrenheit | |
| thermometer | address |
|
|
1-Wire address |
| temperature |
|
|
Current temperature in degrees Fahrenheit | |
| weather | address |
|
|
1-Wire address |
| temperature |
|
|
Current temperature in degrees Fahrenheit | |
| windSpeed |
|
|
Current wind speed in miles per hour | |
| windDirection |
|
|
Current wind direction (1-north, 2-north/northeast, 3-northeast, ... 14-northwest, 15-north/northwest) | |
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value>
<array>
<data>
<value><string>F15E70005C99FF89</string></value>
<value><string>216.191.44.10</string></value>
</data>
</array>
</value>
</param>
</params>
</methodResponse>
might return the following data from the server:
<?xml version="1.0">
<methodResponse>
<params>
<param>
<value>
<array>
<data>
[TBD]
</data>
</array>
</value>
</param>
</params>
</methodResponse>