From f8a4dc91ed06fc2d0e23f3fd78cca28a01fb25eb Mon Sep 17 00:00:00 2001 From: Darren Lines Date: Mon, 1 Aug 2022 08:44:10 +0100 Subject: [PATCH] Updated profiles.md doc Updated profiles.md doc to cover how to stop profiles automatically changing while editing. --- docs/Profiles.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Profiles.md b/docs/Profiles.md index aac3438aad..9495342996 100644 --- a/docs/Profiles.md +++ b/docs/Profiles.md @@ -36,6 +36,12 @@ Or using the speed to change profiles. In this example: [![Using speed to change profiles](https://i.imgur.com/WjkuhhWl.png)](https://i.imgur.com/WjkuhhW.png) +#### Configurator use with profile changing logic. + +If you have logic conditions that change the profiles. You may find that if you manually change the profile using the drop down boxes in the top right of Configurator; that they switch back to a different profile. This is because the logic conditions are still running in the background. If this is the case, the simplest solutuion is to temporarily disable the switches that trigger the `set profile` operations. Remember to re-enable these switches after you have made your changes. + +[![Disabled SET PROFILE switches](https://i.imgur.com/AeH9ll7l.png)](https://i.imgur.com/AeH9ll7.png) + ## Profile Contents The values contained within a profile can be seen by using the CLI `dump profile` command.