Merge pull request #1183 from PepperDash/hotfix/bridge-warning-fix

Hotfix/bridge warning fix
This commit is contained in:
Andrew Welker 2024-05-16 00:38:44 -05:00 committed by GitHub
commit 12e81af9e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,7 @@ namespace PepperDash.Essentials.Bridges
catch (NullReferenceException)
{
Debug.ConsoleWithLog(0, this,
"Please update the bridge config to use EiscBridgeAdvanced with this device: {0}", device.Key);
"Please update the bridge config to use eiscApiAdvanced with this device: {0}", device.Key);
}
}
Debug.Console(1, this, "Devices Linked.");