From cf64f8fad5b424d863733e0704e77b26c53cbc15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Wed, 10 Mar 2021 12:05:45 +0100 Subject: [PATCH] Fix another typo in the docs (#968) --- docs/discovery.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discovery.rst b/docs/discovery.rst index de8ce908f..ce14d95e3 100644 --- a/docs/discovery.rst +++ b/docs/discovery.rst @@ -267,7 +267,7 @@ Tokens from rooted device If a device is rooted via `dustcloud `_ (e.g. for running the cloud-free control webinterface `Valetudo `_), the token can be extracted by connecting to the device via SSH and reading the file: :code:`printf $(cat /mnt/data/miio/device.token) | xxd -p` -See also `"How can I get the token from the robots FileSystem?" in the FAQ for Veltudo `_. +See also `"How can I get the token from the robots FileSystem?" in the FAQ for Valetudo `_. Environment variables for command-line tools ============================================