Searched refs:targetValue (Results 1 – 2 of 2) sorted by relevance
15 const targetValue = output[key];21 typeof targetValue === 'object' &&22 targetValue !== null &&23 !Array.isArray(targetValue)25 output[key] = deepMerge(targetValue, sourceValue);
96 auto targetValue = static_cast<uint64_t>(std::round(scaledValue)); in PwmSensor() local97 controlInterface->set_property("Target", targetValue); in PwmSensor()