From 0e095e1a922522595f088445db9b657c40ea93b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20K=C3=BChnel?= Date: Thu, 27 Oct 2022 11:53:39 +0200 Subject: [PATCH] fix(ModbusCreationComponent): remove default Url --- .../Client/Components/ModbusUrlCreationComponent.razor | 1 - 1 file changed, 1 deletion(-) diff --git a/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor b/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor index 8b4d5f09e..2ce8b219a 100644 --- a/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor +++ b/TeslaSolarCharger/Client/Components/ModbusUrlCreationComponent.razor @@ -166,7 +166,6 @@ { ModbusUrl = "http://modbusplugin/api/Modbus/GetTypedValue?unitIdentifier=3&startingAddress=&quantity=&ipAddress=&port=502&factor=1&connectDelaySeconds=1&timeoutSeconds=2&modbusValueType=0&modbusRegisterType=0"; } - ModbusUrl = "http://modbusplugin/api/Modbus/GetTypedValue?unitIdentifier=3&startingAddress=30775&quantity=2&ipAddress=192.168.1.28&port=502&connectDelaySeconds=0&timeoutSeconds=1&modbusValueType=Float&modbusRegisterType=InputRegister"; if (!string.IsNullOrEmpty(ModbusUrl) && ModbusUrl.StartsWith("http://modbusplugin/api/Modbus/")) { var uri = new Uri(ModbusUrl);