Skip to content

Commit

Permalink
Regenerate i18n properties
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Lobstein <[email protected]>
  • Loading branch information
mlobstein committed Dec 30, 2024
1 parent cb0a09d commit 6e5bcd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private State queryDataFromDevice(EpsonProjectorCommandType commandType) {
if (EpsonProjectorCommandType.POWER == commandType && loadSourceList && !isSourceListLoaded) {
final List<StateOption> 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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6e5bcd6

Please sign in to comment.