Searched refs:floorIndexOrTempSensor (Results 1 – 1 of 1) sorted by relevance
98 auto floorIndexOrTempSensor = getFloorIndexFromSlot(slotPath); in execute() local99 if (floorIndexOrTempSensor) in execute()101 if (std::holds_alternative<int32_t>(*floorIndexOrTempSensor)) in execute()105 floorIndex, std::get<int32_t>(*floorIndexOrTempSensor)); in execute()