diff --git a/bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/handler/EpsonProjectorHandler.java b/bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/handler/EpsonProjectorHandler.java index c5ad68a8bf48e..582e0ad8118f6 100644 --- a/bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/handler/EpsonProjectorHandler.java +++ b/bundles/org.openhab.binding.epsonprojector/src/main/java/org/openhab/binding/epsonprojector/internal/handler/EpsonProjectorHandler.java @@ -200,7 +200,7 @@ private State queryDataFromDevice(EpsonProjectorCommandType commandType) { if (EpsonProjectorCommandType.POWER == commandType && loadSourceList && !isSourceListLoaded) { final List sourceListOptions = remoteController.getSourceList(); - // If SOURCELIST was retrieved, load it in the source channel state options + // If a SOURCELIST was retrieved, load it in the source channel state options if (!sourceListOptions.isEmpty()) { stateDescriptionProvider.setStateOptions(new ChannelUID(getThing().getUID(), CHANNEL_TYPE_SOURCE), sourceListOptions); diff --git a/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/i18n/epsonprojector.properties b/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/i18n/epsonprojector.properties index b1b09a85bb7aa..46c146a6ee1f0 100644 --- a/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/i18n/epsonprojector.properties +++ b/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/i18n/epsonprojector.properties @@ -13,6 +13,8 @@ thing-type.epsonprojector.projector-tcp.description = An Epson projector which s # thing types config +thing-type.config.epsonprojector.projector-serial.loadSourceList.label = Load Source List +thing-type.config.epsonprojector.projector-serial.loadSourceList.description = Attempt to load source list options from the Projector when True thing-type.config.epsonprojector.projector-serial.maxVolume.label = Volume Range thing-type.config.epsonprojector.projector-serial.maxVolume.description = Set to Match the Volume Range Seen in the Projector's OSD thing-type.config.epsonprojector.projector-serial.maxVolume.option.20 = Volume range is 0-20 @@ -23,6 +25,8 @@ thing-type.config.epsonprojector.projector-serial.serialPort.label = Serial Port thing-type.config.epsonprojector.projector-serial.serialPort.description = Serial Port to Use for Connecting to the Epson Projector thing-type.config.epsonprojector.projector-tcp.host.label = Host thing-type.config.epsonprojector.projector-tcp.host.description = IP address for the projector or serial over IP device +thing-type.config.epsonprojector.projector-tcp.loadSourceList.label = Load Source List +thing-type.config.epsonprojector.projector-tcp.loadSourceList.description = Attempt to load source list options from the Projector when True thing-type.config.epsonprojector.projector-tcp.maxVolume.label = Volume Range thing-type.config.epsonprojector.projector-tcp.maxVolume.description = Set to Match the Volume Range Seen in the Projector's OSD thing-type.config.epsonprojector.projector-tcp.maxVolume.option.20 = Volume range is 0-20