Skip to content

Commit

Permalink
Merge pull request #1183 from PepperDash/hotfix/bridge-warning-fix
Browse files Browse the repository at this point in the history
Hotfix/bridge warning fix
  • Loading branch information
andrew-welker authored May 16, 2024
2 parents 1d843c6 + 544a7a2 commit 12e81af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PepperDashEssentials/Bridges/EiscBridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public EiscApi(DeviceConfig dc) :
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.");
Expand Down

0 comments on commit 12e81af

Please sign in to comment.