mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 01:31:19 +00:00
Fix
This commit is contained in:
parent
48e6fd872e
commit
b132ba8b46
@ -393,6 +393,7 @@ namespace MyCore.Services.Devices
|
||||
|
||||
DeviceDetailDTO deviceDetailDTO = new DeviceDetailDTO();
|
||||
deviceDetailDTO.Name = zigbee2MqttDevice.friendly_name;
|
||||
deviceDetailDTO.NameForAction = zigbee2MqttDevice.friendly_name;
|
||||
deviceDetailDTO.ServiceIdentification = zigbee2MqttDevice.ieee_address;
|
||||
deviceDetailDTO.ProviderId = provider.Id;
|
||||
deviceDetailDTO.ProviderName = provider.Name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user