update
This commit is contained in:
@@ -186,6 +186,7 @@ public class RobotConfigsController(Services.Logger<RobotConfigsController> Logg
|
||||
VDA5050Password = config.VDA5050Password,
|
||||
VDA5050Manufacturer = config.VDA5050Manufacturer,
|
||||
VDA5050Version = config.VDA5050Version,
|
||||
VDA5050TopicPrefix = config.VDA5050TopicPrefix,
|
||||
VDA5050PublishRepeat = config.VDA5050PublishRepeat,
|
||||
VDA5050EnablePassword = config.VDA5050EnablePassword,
|
||||
VDA5050EnableTls = config.VDA5050EnableTls,
|
||||
@@ -220,10 +221,11 @@ public class RobotConfigsController(Services.Logger<RobotConfigsController> Logg
|
||||
config.SerialNumber = updateDto.SerialNumber ?? config.SerialNumber;
|
||||
config.VDA5050HostServer = updateDto.VDA5050HostServer ?? config.VDA5050HostServer;
|
||||
config.VDA5050Port = updateDto.VDA5050Port;
|
||||
config.VDA5050UserName = updateDto.VDA5050UserName ?? config.VDA5050UserName;
|
||||
config.VDA5050Password = updateDto.VDA5050Password ?? config.VDA5050Password;
|
||||
config.VDA5050UserName = updateDto.VDA5050UserName;
|
||||
config.VDA5050Password = updateDto.VDA5050Password;
|
||||
config.VDA5050Manufacturer = updateDto.VDA5050Manufacturer ?? config.VDA5050Manufacturer;
|
||||
config.VDA5050Version = updateDto.VDA5050Version ?? config.VDA5050Version;
|
||||
config.VDA5050TopicPrefix = updateDto.VDA5050TopicPrefix;
|
||||
config.VDA5050PublishRepeat = updateDto.VDA5050PublishRepeat;
|
||||
config.VDA5050EnablePassword = updateDto.VDA5050EnablePassword;
|
||||
config.VDA5050EnableTls = updateDto.VDA5050EnableTls;
|
||||
@@ -264,6 +266,7 @@ public class RobotConfigsController(Services.Logger<RobotConfigsController> Logg
|
||||
VDA5050Password = createDto.VDA5050Password,
|
||||
VDA5050Manufacturer = createDto.VDA5050Manufacturer,
|
||||
VDA5050Version = createDto.VDA5050Version,
|
||||
VDA5050TopicPrefix = createDto.VDA5050TopicPrefix,
|
||||
VDA5050PublishRepeat = createDto.VDA5050PublishRepeat,
|
||||
VDA5050EnablePassword = createDto.VDA5050EnablePassword,
|
||||
VDA5050EnableTls = createDto.VDA5050EnableTls,
|
||||
@@ -292,6 +295,7 @@ public class RobotConfigsController(Services.Logger<RobotConfigsController> Logg
|
||||
VDA5050Password = config.VDA5050Password,
|
||||
VDA5050Manufacturer = config.VDA5050Manufacturer,
|
||||
VDA5050Version = config.VDA5050Version,
|
||||
VDA5050TopicPrefix = config.VDA5050TopicPrefix,
|
||||
VDA5050PublishRepeat = config.VDA5050PublishRepeat,
|
||||
VDA5050EnablePassword = config.VDA5050EnablePassword,
|
||||
VDA5050EnableTls = config.VDA5050EnableTls,
|
||||
|
||||
Reference in New Issue
Block a user