Updated external content (Jenkins build 2616)
parent
9d0689dd56
commit
a115f5f889
File diff suppressed because one or more lines are too long
|
@ -535,4 +535,43 @@
|
|||
|
||||
<config-description-ref uri="thing-type:avmfritz:fritzgroup"/>
|
||||
</thing-type>
|
||||
|
||||
<thing-type id="HAN_FUN_SENSOR">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="fritzbox"/>
|
||||
<bridge-type-ref id="FRITZ_Powerline_546E_Solo"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>HAN-FUN Sensor</label>
|
||||
<description>HAN-FUN Sensor</description>
|
||||
<semantic-equipment-tag>Sensor</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="temperature" typeId="system.indoor-temperature"/>
|
||||
<channel id="humidity" typeId="system.atmospheric-humidity"/>
|
||||
</channels>
|
||||
|
||||
<representation-property>ain</representation-property>
|
||||
|
||||
<config-description-ref uri="thing-type:avmfritz:fritzdevice"/>
|
||||
</thing-type>
|
||||
|
||||
<thing-type id="HAN_FUN_HOST">
|
||||
<supported-bridge-type-refs>
|
||||
<bridge-type-ref id="fritzbox"/>
|
||||
<bridge-type-ref id="FRITZ_Powerline_546E_Solo"/>
|
||||
</supported-bridge-type-refs>
|
||||
|
||||
<label>HAN-FUN Host</label>
|
||||
<description>HAN-FUN device (Gerät) hosting one or more HAN-FUN units</description>
|
||||
<semantic-equipment-tag>Battery</semantic-equipment-tag>
|
||||
<channels>
|
||||
<channel id="battery_level" typeId="system.battery-level"/>
|
||||
<channel id="battery_low" typeId="system.low-battery"/>
|
||||
</channels>
|
||||
|
||||
<representation-property>ain</representation-property>
|
||||
|
||||
<config-description-ref uri="thing-type:avmfritz:fritzdevice"/>
|
||||
</thing-type>
|
||||
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -16,6 +16,12 @@
|
|||
<advanced>false</advanced>
|
||||
</parameter-group>
|
||||
|
||||
<parameter-group name="advanced_com_settings">
|
||||
<label>Advanced Communication Settings</label>
|
||||
<description>Detailed settings for SysAp communication behavior</description>
|
||||
<advanced>true</advanced>
|
||||
</parameter-group>
|
||||
|
||||
<parameter name="ipAddress" type="text" required="true" groupName="identification">
|
||||
<context>network-address</context>
|
||||
<label>Sysap IP Address</label>
|
||||
|
@ -31,6 +37,14 @@
|
|||
<description>Password for gateway</description>
|
||||
</parameter>
|
||||
|
||||
<parameter name="sendKeepAliveMessage" type="boolean" required="false" groupName="identification">
|
||||
<label>Send keep-alive message to SysAp</label>
|
||||
<context>password</context>
|
||||
<description>Older SysAp might require a keep-alive message over the socket instead of a ping message.</description>
|
||||
<default>false</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
</thing:thing-descriptions>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Freeplug</label>
|
||||
<description>Ethernet / CPL gateway</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="line-status" typeId="line-status"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Network Device</label>
|
||||
<description>Provides network device reachability</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="connectivity" id="connectivity"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Freebox Player</label>
|
||||
<description>The player is the device connected to your TV</description>
|
||||
<semantic-equipment-tag>MediaPlayer</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="player-actions" id="player-actions"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Wifi Repeater</label>
|
||||
<description>Provides informations and control over a Wifi Repeater</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="connectivity" id="connectivity"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Freebox Revolution</label>
|
||||
<description>Provides various informations regarding the status of the Freebox Revolution Server</description>
|
||||
<semantic-equipment-tag>Router</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="display" id="display"/>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
<label>Wifi Device</label>
|
||||
<description>Provides Wifi device reachability</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<channel-groups>
|
||||
<channel-group typeId="connectivity" id="connectivity"/>
|
||||
|
|
Loading…
Reference in New Issue