chore | sprint2 | FRB-143 | develop 브랜치 병합 완료 | 윤다인 #37
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR 제목
feat | sprint2 | FRB-143 | develop 브랜치 병합 완료 | 윤다인
✨ 변경 사항
sensorThres(임계치)와allowVal(허용치) 필드 추가sensorThres·allowVal저장 로직 추가sensorThres·allowVal필드 추가,fromEntity()/getAllSensors()매핑 업데이트performAutoControl()메서드 구현(임계치 ± 허용치)범위 벗어날 때 센서 타입별로ex) "온도가 %.1f℃입니다. 적정 온도로 조절해주세요. (임계치: %.1f℃)"양식의 메시지 생성value(측정값) 필드 추가,sendSystemLog()호출 시 value 전달ZonedDateTime.now(ZoneId.of("Asia/Seoul"))+ISO_LOCAL_DATE_TIME포맷으로 변경📸 스크린샷 (선택)
✅ 체크리스트
📎 관련 이슈
관련된 이슈 번호: 없음
💬 추가 설명
performAutoControl()단위 테스트 추가 필요mqttClient.publish(...)호출로 자동제어 메시지 전송 구현 예정