diff --git a/docs/scenes/send-a-message.md b/docs/scenes/send-a-message.md index d8c4a02d..6a264345 100644 --- a/docs/scenes/send-a-message.md +++ b/docs/scenes/send-a-message.md @@ -26,11 +26,6 @@ To do this, you must add a "retrieve the last state" action to your scene and se Then, further in the scene, you can add a "send message" action, and in the message you type `{{` and select the previously defined variable. -
- -
+![Get sensor value](../../static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.png) When the scene runs, you should get the value in your message 🥳 diff --git a/static/img/docs/en/scenes/send-a-message-action/get-device-value.jpg b/static/img/docs/en/scenes/send-a-message-action/get-device-value.jpg index 95772841..45c1396a 100644 Binary files a/static/img/docs/en/scenes/send-a-message-action/get-device-value.jpg and b/static/img/docs/en/scenes/send-a-message-action/get-device-value.jpg differ diff --git a/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.mp4 b/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.mp4 deleted file mode 100644 index b3163780..00000000 Binary files a/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.mp4 and /dev/null differ diff --git a/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.png b/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.png new file mode 100644 index 00000000..96a6ae67 Binary files /dev/null and b/static/img/docs/en/scenes/send-a-message-action/inject-variable-demo.png differ diff --git a/static/img/docs/en/scenes/send-a-message-action/send-a-message.png b/static/img/docs/en/scenes/send-a-message-action/send-a-message.png index d23008b7..8cefce78 100644 Binary files a/static/img/docs/en/scenes/send-a-message-action/send-a-message.png and b/static/img/docs/en/scenes/send-a-message-action/send-a-message.png differ