logger.debug("Serial config model {}", configModel);
if (config.port == null || config.port.isEmpty()) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
- "@text/ofline.config-error-unknown-port");
+ "@text/offline.config-error-unknown-port");
} else if (config.port.toLowerCase().startsWith("rfc2217")) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
- "@text/ofline.config-error-invalid-thing-type");
+ "@text/offline.config-error-invalid-thing-type");
} else if (configModel == null || configModel.isEmpty()) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
"@text/offline.config-error-unknown-model");
"@text/offline.config-error-unknown-host");
} else if (config.port == null) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
- "@text/ofline.config-error-unknown-port");
+ "@text/offline.config-error-unknown-port");
} else if (config.port <= 0) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
- "@text/ofline.config-error-invalid-port");
+ "@text/offline.config-error-invalid-port");
} else if (configModel == null || configModel.isEmpty()) {
updateStatus(ThingStatus.OFFLINE, ThingStatusDetail.CONFIGURATION_ERROR,
"@text/offline.config-error-unknown-model");
# binding
+
binding.sonyprojector.name = SonyProjector Binding
binding.sonyprojector.description = The SonyProjector binding controls a Sony projector through Ethernet (PJ Talk) or serial.
thing-type.sonyprojector.serialoveripconnection.description = Serial over IP connection to the Sony projector
# thing type configuration
+
thing-type.config.sonyprojector.ethernetconnection.host.label = Address
thing-type.config.sonyprojector.ethernetconnection.host.description = Host name or IP address of the projector.
thing-type.config.sonyprojector.serialoveripconnection.model.label = Model
thing-type.config.sonyprojector.serialoveripconnection.model.description = Projector model to be controlled.
-# channel type
+# channel types
channel-type.sonyprojector.power.label = Power State
channel-type.sonyprojector.power.description = Current detailed power state of the projector
channel-type.sonyprojector.lampusetime.description = Indicate how long the lamp has been turned on in hours
# Thing status descriptions
+
offline.config-error-unknown-host = Undefined host configuration setting
-ofline.config-error-unknown-port = Undefined port configuration setting
-ofline.config-error-invalid-port = Invalid port configuration setting
+offline.config-error-unknown-port = Undefined port configuration setting
+offline.config-error-invalid-port = Invalid port configuration setting
offline.config-error-unknown-model = Undefined model configuration setting
-ofline.config-error-invalid-thing-type = Use serial over IP connection thing type
+offline.config-error-invalid-thing-type = Use serial over IP connection thing type
# binding
+
binding.sonyprojector.name = Extension Projecteur Sony
binding.sonyprojector.description = L'extension Projecteur Sony permet de contrôler un projecteur Sony par connexion Ethernet (PJ Talk) ou série.
# thing types
+
thing-type.sonyprojector.ethernetconnection.label = Connexion Ethernet Sony
thing-type.sonyprojector.ethernetconnection.description = Connexion Ethernet au projecteur Sony en utilisant PJ Talk.
thing-type.sonyprojector.serialoveripconnection.description = Connexion série sur IP au projecteur Sony.
# thing type configuration
+
thing-type.config.sonyprojector.ethernetconnection.host.label = Hôte
thing-type.config.sonyprojector.ethernetconnection.host.description = Nom d'hôte ou adresse IP du projecteur.
thing-type.config.sonyprojector.serialoveripconnection.model.description = Modèle du projecteur à contrôler.
# channel types
+
channel-type.sonyprojector.power.label = Mise sous tension
channel-type.sonyprojector.power.description = Allume ou éteint le projecteur.
channel-type.sonyprojector.lampusetime.description = Indique la durée en heures pendant laquelle la lampe a été allumée (temps total d'utilisation).
# Thing status descriptions
+
offline.config-error-unknown-host = Paramètre d''hôte indéfini
-ofline.config-error-unknown-port = Paramètre de port indéfini
-ofline.config-error-invalid-port = Paramètre de port invalide
+offline.config-error-unknown-port = Paramètre de port indéfini
+offline.config-error-invalid-port = Paramètre de port invalide
offline.config-error-unknown-model = Paramètre de modèle indéfini
-ofline.config-error-invalid-thing-type = Utiliser le type connexion série sur IP
+offline.config-error-invalid-thing-type = Utiliser le type connexion série sur IP