# 로스팅 온도 관련 질문

## 온도의 소수점 단위 맞추기 <a href="#setting" id="setting"></a>

### 문제 상황

* 앱에서 표시되는 온도와 로스터기의 자리수가 다른 경우
  * 로스팅 머신에 표시되는 온도가 220°C인데 파이어스코프상에서는 22°C로 나오는 경우
  * 로스팅 머신에 표시되는 온도가 23°C인데 파이어스코프상에서는 2300°C로 나오는 경우
* 온도의 소수점이 올바르지 않은 경우

### 해결 방법

파이어스코프 앱의 **상단 메뉴바 → 로스팅 머신 → 편집(세로 말줄임표)  →  수정 → 세부설정**으로 들어갑니다.

<figure><img src="/files/hqaR7s0Ghm404gWp3Bl6" alt=""><figcaption></figcaption></figure>

로스팅 머신의 온도와 비교하여 소수점 자리를 확인 후 변경합니다.

* 로스팅 머신에 표시되는 온도가 220°C인데 파이어스코프상에서는 22°C로 나오는 경우
  * 모든 온도 컨트롤러의 소수점 자리수를 1에서 0으로 변경합니다.
* 로스팅 머신에 표시되는 온도가 23°C인데 파이어스코프상에서는 230°C로 나오는 경우
  * 모든 온도 컨트롤러의 소수점 자리수를 1에서 2로 변경합니다.

<figure><img src="/files/RUnBgTLThOAB78XNWo7l" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firescope.io/others/graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
