From a646d33a03562aa36d6a5e3a5b1171f2a9ad06f8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 29 Nov 2021 10:37:46 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 59fe7793..fd358a49 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,15 @@ cd zwavejs2mqtt ``` **Zwavejs2MQTT Interface - IP:8091** +**To allow device passthrough:** + +In the Proxmox web shell run (replace 106 with your LXC ID) +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/autodev.sh)" -s 106 +``` + +Reboot the LXC to apply the changes + ____________________________________________________________________________________________