Updated external content (Jenkins build 1630)
parent
9f40609fa8
commit
3325c5b5ae
|
@ -111,15 +111,28 @@ The *landline* thing requires the following configuration parameters:
|
|||
|------------------|-----------------|------------------------------------------------------------------------|----------|---------|
|
||||
| Refresh Interval | refreshInterval | The refresh interval in seconds which is used to poll for phone state. | No | 2 |
|
||||
|
||||
### Network devices: Host and WifiHost
|
||||
### Network devices: Host
|
||||
|
||||
The *host* and *wifihost* things requires the following configuration parameters:
|
||||
The *host* thing requires the following configuration parameters:
|
||||
|
||||
| Parameter Label | Parameter ID | Description | Required | Default |
|
||||
|------------------|-----------------|------------------------------------------------------------------------|----------|---------|
|
||||
| MAC Address | macAddress | The MAC address of the network host . | Yes | |
|
||||
| MAC Address | macAddress | The MAC address of the network host. | Yes | |
|
||||
| Refresh Interval | refreshInterval | The refresh interval in seconds which is used to poll for phone state. | No | 30 |
|
||||
|
||||
### Network devices: WifiHost
|
||||
|
||||
The *wifihost* thing requires the following configuration parameters:
|
||||
|
||||
| Parameter Label | Parameter ID | Description | Required | Default |
|
||||
|------------------|-----------------|------------------------------------------------------------------------|----------|---------|
|
||||
| MAC Address | macAddress | The MAC address of the network host. | Yes | |
|
||||
| Refresh Interval | refreshInterval | The refresh interval in seconds which is used to poll for phone state. | No | 30 |
|
||||
| mDNS Name | mDNS | The mDNS name of the host. Useful in case of virtual MAC. | No | |
|
||||
|
||||
When used, mDNS will search the host based on its mDNS name and eventually update the MAC address accordingly.
|
||||
This is useful with devices, especially Apple equipment, that uses randomly generated MAC addresses.
|
||||
|
||||
### Repeater and Vm thing
|
||||
|
||||
The *repeater* thing is a specialized case of a *wifihost*. The *vm* derives from *host*. They share the same configuration definition:
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<representation-property>macAddress</representation-property>
|
||||
|
||||
<config-description-ref uri="thing-type:freeboxos:host"/>
|
||||
<config-description-ref uri="thing-type:freeboxos:wifi-host"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
Loading…
Reference in New Issue