| | |
| | | } |
| | | if (string.IsNullOrEmpty(bDev.ESName)) |
| | | { |
| | | bindFreshAirName = device.DeviceEpointName; |
| | | bindFreshAirName = Common.LocalDevice.Current.GetDeviceEpointName(device); |
| | | } |
| | | else |
| | | { |
| | |
| | | { |
| | | if (string.IsNullOrEmpty(bDev.ESName)) |
| | | { |
| | | bindTemperatureName = device.DeviceEpointName; |
| | | bindTemperatureName = Common.LocalDevice.Current.GetDeviceEpointName(device); |
| | | } |
| | | else |
| | | { |
| | |
| | | { |
| | | if (string.IsNullOrEmpty(bDev.ESName)) |
| | | { |
| | | bindHumidityName = device.DeviceEpointName; |
| | | bindHumidityName = Common.LocalDevice.Current.GetDeviceEpointName(device); |
| | | } |
| | | else |
| | | { |
| | |
| | | { |
| | | if (string.IsNullOrEmpty(bDev.ESName)) |
| | | { |
| | | bindHumidityName = device.DeviceEpointName; |
| | | bindHumidityName = Common.LocalDevice.Current.GetDeviceEpointName(device); |
| | | } |
| | | else |
| | | { |
| | |
| | | { |
| | | if (string.IsNullOrEmpty(bDev.ESName)) |
| | | { |
| | | bindPmName = device.DeviceEpointName; |
| | | bindPmName = Common.LocalDevice.Current.GetDeviceEpointName(device); |
| | | } |
| | | else |
| | | { |