[ { "if": { "equals": { "left": { "string": "pushed" }, "right": { "device": { "devices": [ "버튼 장치 ID" ], "component": "group2", "capability": "button", "attribute": "button", "trigger": "Always" } } }, "then": [ { "command": { "devices": [ "에어컨 IR쪽 ID" ], "commands": [ { "component": "main", "capability": "statelessTemperatureButton", "command": "setButton", "arguments": [ { "string": "temperatureUp" } ] } ] } } ] } } ]


빌레사 2번 그룹 버튼을 눌렀을때 에어컨 온도 올리셈


이라는 자동화를 GPT한테 부탁해서 만든거임


룰빌더라는게 결국 룰즈API를 화면으로 쉽게 만들어주는 역할인데


룰즈 API란게 결국 자동화 메뉴에는 안나오지만

기기자체에 있는 값을 불러서 직접 코딩을 통해 제어할 수 있기 때문에


AI 쓰는거 있으면 충분히 가능해