Skip to content

Commit 6e23df7

Browse files
committed
Send source with item commands
1 parent 1982581 commit 6e23df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.ui/web/src/js/stores/useStatesStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const useStatesStore = defineStore('states', () => {
122122
command,
123123
'text/plain',
124124
'text/plain',
125-
null
125+
{ 'X-OpenHAB-Source': 'org.openhab.ui'}
126126
)
127127
}
128128

0 commit comments

Comments
 (0)