mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[freeboxos] Remove unneeded thing config parameter (#17207)
Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
8ecc36436f
commit
8d3622465f
@ -10,11 +10,6 @@
|
||||
<description>Id of the player</description>
|
||||
<default>1</default>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer">
|
||||
<label>Player port</label>
|
||||
<default>24322</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
<parameter name="password" type="text" required="false">
|
||||
<context>password</context>
|
||||
<label>Password</label>
|
||||
|
@ -95,7 +95,6 @@ thing-type.config.freeboxos.player.id.label = ID
|
||||
thing-type.config.freeboxos.player.id.description = Id of the player
|
||||
thing-type.config.freeboxos.player.password.label = Password
|
||||
thing-type.config.freeboxos.player.password.description = AirPlay password
|
||||
thing-type.config.freeboxos.player.port.label = Player port
|
||||
thing-type.config.freeboxos.player.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.freeboxos.player.refreshInterval.description = The refresh interval in seconds which is used to poll the player
|
||||
thing-type.config.freeboxos.player.remoteCode.label = Remote Code
|
||||
|
Loading…
Reference in New Issue
Block a user