You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.io.rest.core/src/main/java/org/openhab/core/io/rest/core/fileformat/FileFormatItemDTO.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ public class FileFormatItemDTO extends ItemDTO {
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.io.rest.core/src/main/java/org/openhab/core/io/rest/core/fileformat/FileFormatItemDTOMapper.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,17 @@ public class FileFormatItemDTOMapper {
46
46
*
47
47
* @param item the item
48
48
* @param metadata some metadata
49
+
* @param format the format to be used to format the item state, can be NULL
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.io.rest.core/src/main/java/org/openhab/core/io/rest/core/internal/fileformat/FileFormatResource.java
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.model.item/src/org/openhab/core/model/item/internal/fileconverter/DslItemFileConverter.java
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.model.yaml/src/main/java/org/openhab/core/model/yaml/internal/items/YamlChannelLinkProvider.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@
42
42
* @author Laurent Garnier - Initial contribution
43
43
*/
44
44
@NonNullByDefault
45
-
@Component(immediate = true, service = { YamlChannelLinkProvider.class, ItemChannelLinkProvider.class,
46
-
YamlChannelLinkProvider.class })
45
+
@Component(immediate = true, service = { ItemChannelLinkProvider.class, YamlChannelLinkProvider.class })
Copy file name to clipboardExpand all lines: bundles/org.openhab.core.model.yaml/src/main/java/org/openhab/core/model/yaml/internal/items/fileconverter/YamlItemFileConverter.java
0 commit comments