Browse Source

Send as plug data

Joachim M. Giæver 1 year ago
parent
commit
8f7ee9eb44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hooks/prepare-plug-zui-store

+ 1 - 1
src/hooks/prepare-plug-zui-store

@@ -4,7 +4,7 @@ export DAEMONIZED=1
 source $SNAP/helper/functions
 
 RAND="$(snapctl get -d session.secret)"
-snapctl set transfer="${RAND}"
+snapctl set :zui-store transfer="${RAND}"
 lprint "Secret: ${RAND}"
 
 SNAP_CONFIG="$(snapctl get -d server mqtt session transfer)"