Searched refs:floorIndexOrTempSensor (Results 1 – 1 of 1) sorted by relevance
99 auto floorIndexOrTempSensor = getFloorIndexFromSlot(slotPath); in execute() local100 if (floorIndexOrTempSensor) in execute()102 if (std::holds_alternative<int32_t>(*floorIndexOrTempSensor)) in execute()106 floorIndex, std::get<int32_t>(*floorIndexOrTempSensor)); in execute()