]> git.basschouten.com Git - openhab-addons.git/blob
d769eb2e5705d87f33915a0daeabf0fb502c32ef
[openhab-addons.git] /
1 # binding
2
3 binding.electroluxair.name = Binding ElectroluxAir
4 binding.electroluxair.description = Questo è il binding per il Purificatore Electrolux Pure A9 Air.
5
6 # thing types
7
8 thing-type.electroluxair.api.label = API Electrolux Delta
9 thing-type.electroluxair.api.description = Questo bridge rappresenta il connettore web API.
10 thing-type.electroluxair.electroluxpurea9.label = ElectroluxAir Pure A9
11 thing-type.electroluxair.electroluxpurea9.description = Questo Thing rappresenta l'ElectroluxAir Pure A9.
12
13 # thing types config
14
15 thing-type.config.electroluxair.api.password.label = Password
16 thing-type.config.electroluxair.api.password.description = La password utilizzata per accedere all'app Electrolux Wellbeing.
17 thing-type.config.electroluxair.api.refresh.label = Intervallo di aggiornamento
18 thing-type.config.electroluxair.api.refresh.description = Specifica l'intervallo di aggiornamento in secondi.
19 thing-type.config.electroluxair.api.username.label = Nome utente
20 thing-type.config.electroluxair.api.username.description = Il nome utente usato per accedere all'app Electrolux Wellbeing.
21 thing-type.config.electroluxair.electroluxpurea9.deviceId.label = Id Dispositivo
22 thing-type.config.electroluxair.electroluxpurea9.deviceId.description = Id univoco.
23
24 # channel types
25
26 channel-type.electroluxair.co2.label = CO2
27 channel-type.electroluxair.co2.description = Diossido di Carbonio
28 channel-type.electroluxair.doorOpen.label = Stato Porta
29 channel-type.electroluxair.doorOpen.description = Stato Della Porta Aperto/Chiuso
30 channel-type.electroluxair.fanSpeed.label = Impostazioni Velocità Ventilatore
31 channel-type.electroluxair.fanSpeed.description = Impostazioni della Velocità del Ventilatore
32 channel-type.electroluxair.fanSpeed.state.option.1 = Livello 1
33 channel-type.electroluxair.fanSpeed.state.option.2 = Livello 2
34 channel-type.electroluxair.fanSpeed.state.option.3 = Livello 3
35 channel-type.electroluxair.fanSpeed.state.option.4 = Livello 4
36 channel-type.electroluxair.fanSpeed.state.option.5 = Livello 5
37 channel-type.electroluxair.fanSpeed.state.option.6 = Livello 6
38 channel-type.electroluxair.fanSpeed.state.option.7 = Livello 7
39 channel-type.electroluxair.fanSpeed.state.option.8 = Livello 8
40 channel-type.electroluxair.fanSpeed.state.option.9 = Livello 9
41 channel-type.electroluxair.filterLife.label = Vita Filtro
42 channel-type.electroluxair.filterLife.description = Vita del Filtro
43 channel-type.electroluxair.humidity.label = Umidità
44 channel-type.electroluxair.humidity.description = Umidità
45 channel-type.electroluxair.ionizer.label = Stato Ionizzatore
46 channel-type.electroluxair.ionizer.description = Stato Ionizzatore
47 channel-type.electroluxair.pm1.label = PM1
48 channel-type.electroluxair.pm1.description = Particolato 1 (0.001mm)
49 channel-type.electroluxair.pm10.label = PM10
50 channel-type.electroluxair.pm10.description = Particolato 10 (0.01mm)
51 channel-type.electroluxair.pm2_5.label = PM 2.5
52 channel-type.electroluxair.pm2_5.description = Particolato 2.5 (0.0025mm)
53 channel-type.electroluxair.status.label = Stato Attuale
54 channel-type.electroluxair.status.description = Informazioni sullo stato attuale.
55 channel-type.electroluxair.temperature.label = Temperatura
56 channel-type.electroluxair.temperature.description = Temperatura
57 channel-type.electroluxair.tvoc.label = TVOC
58 channel-type.electroluxair.tvoc.description = Composti Organici Volatili Totali
59 channel-type.electroluxair.workMode.label = Impostazioni Modalità Lavoro
60 channel-type.electroluxair.workMode.description = Impostazioni Modalità Lavoro
61 channel-type.electroluxair.workMode.state.option.PowerOff = Spegnimento
62 channel-type.electroluxair.workMode.state.option.Auto = Automatico
63 channel-type.electroluxair.workMode.state.option.Manual = Manuale