| [ | |
| {"instruction": "ماشین را روشن کن", "input": "", "output": "CAR_ENGINE_START"}, | |
| {"instruction": "ماشین را خاموش کن", "input": "", "output": "CAR_ENGINE_STOP"}, | |
| {"instruction": "ماشین را از راه دور روشن کن", "input": "", "output": "REMOTE_START"}, | |
| {"instruction": "ماشین را از راه دور خاموش کن", "input": "", "output": "REMOTE_STOP"}, | |
| {"instruction": "قفل درب ماشین را باز کن", "input": "", "output": "CAR_UNLOCK"}, | |
| {"instruction": "قفل درب ماشین را ببند", "input": "", "output": "CAR_LOCK"}, | |
| {"instruction": "قفل درب راننده را باز کن", "input": "", "output": "DRIVER_UNLOCK"}, | |
| {"instruction": "قفل درب راننده را ببند", "input": "", "output": "DRIVER_LOCK"}, | |
| {"instruction": "قفل درب سرنشین را باز کن", "input": "", "output": "PASSENGER_UNLOCK"}, | |
| {"instruction": "قفل درب سرنشین را ببند", "input": "", "output": "PASSENGER_LOCK"}, | |
| {"instruction": "قفل درب عقب را باز کن", "input": "", "output": "REAR_UNLOCK"}, | |
| {"instruction": "قفل درب عقب را ببند", "input": "", "output": "REAR_LOCK"}, | |
| {"instruction": "همه دربها را قفل کن", "input": "", "output": "ALL_DOORS_LOCK"}, | |
| {"instruction": "همه دربها را باز کن", "input": "", "output": "ALL_DOORS_UNLOCK"}, | |
| {"instruction": "صندوق عقب را باز کن", "input": "", "output": "TRUNK_OPEN"}, | |
| {"instruction": "صندوق عقب را ببند", "input": "", "output": "TRUNK_CLOSE"}, | |
| {"instruction": "صندوق عقب را از راه دور باز کن", "input": "", "output": "REMOTE_TRUNK_OPEN"}, | |
| {"instruction": "درپوش بنزین را باز کن", "input": "", "output": "FUEL_CAP_OPEN"}, | |
| {"instruction": "درپوش بنزین را ببند", "input": "", "output": "FUEL_CAP_CLOSE"}, | |
| {"instruction": "کاپوت را باز کن", "input": "", "output": "HOOD_OPEN"}, | |
| {"instruction": "کاپوت را ببند", "input": "", "output": "HOOD_CLOSE"}, | |
| {"instruction": "شیشه راننده را پایین بکش", "input": "", "output": "WIN_DRIVER_DOWN"}, | |
| {"instruction": "شیشه راننده را بالا بکش", "input": "", "output": "WIN_DRIVER_UP"}, | |
| {"instruction": "شیشه سرنشین را پایین بکش", "input": "", "output": "WIN_PASS_DOWN"}, | |
| {"instruction": "شیشه سرنشین را بالا بکش", "input": "", "output": "WIN_PASS_UP"}, | |
| {"instruction": "شیشه عقب را پایین بکش", "input": "", "output": "WIN_REAR_DOWN"}, | |
| {"instruction": "شیشه عقب را بالا بکش", "input": "", "output": "WIN_REAR_UP"}, | |
| {"instruction": "همه شیشهها را پایین بکش", "input": "", "output": "ALL_WIN_DOWN"}, | |
| {"instruction": "همه شیشهها را بالا بکش", "input": "", "output": "ALL_WIN_UP"}, | |
| {"instruction": "سقف بازشو را باز کن", "input": "", "output": "SUNROOF_OPEN"}, | |
| {"instruction": "سقف بازشو را ببند", "input": "", "output": "SUNROOF_CLOSE"}, | |
| {"instruction": "سقف بازشو را ۵۰ درصد باز کن", "input": "", "output": "SUNROOF_50"}, | |
| {"instruction": "سقف بازشو را در حالت تیلت قرار بده", "input": "", "output": "SUNROOF_TILT"}, | |
| {"instruction": "چراغهای جلو را روشن کن", "input": "", "output": "HEADLIGHT_ON"}, | |
| {"instruction": "چراغهای جلو را خاموش کن", "input": "", "output": "HEADLIGHT_OFF"}, | |
| {"instruction": "چراغهای جلو را روی نور بالا تنظیم کن", "input": "", "output": "HEADLIGHT_HIGH"}, | |
| {"instruction": "چراغهای جلو را روی نور پایین تنظیم کن", "input": "", "output": "HEADLIGHT_LOW"}, | |
| {"instruction": "چراغهای جلو را روی حالت اتوماتیک قرار بده", "input": "", "output": "HEADLIGHT_AUTO"}, | |
| {"instruction": "چراغ مهشکن جلو را روشن کن", "input": "", "output": "FOG_FRONT_ON"}, | |
| {"instruction": "چراغ مهشکن جلو را خاموش کن", "input": "", "output": "FOG_FRONT_OFF"}, | |
| {"instruction": "چراغ مهشکن عقب را روشن کن", "input": "", "output": "FOG_REAR_ON"}, | |
| {"instruction": "چراغ مهشکن عقب را خاموش کن", "input": "", "output": "FOG_REAR_OFF"}, | |
| {"instruction": "چراغ خطر را روشن کن", "input": "", "output": "HAZARD_ON"}, | |
| {"instruction": "چراغ خطر را خاموش کن", "input": "", "output": "HAZARD_OFF"}, | |
| {"instruction": "چراغ راهنما راست را روشن کن", "input": "", "output": "TURN_RIGHT_ON"}, | |
| {"instruction": "چراغ راهنما راست را خاموش کن", "input": "", "output": "TURN_RIGHT_OFF"}, | |
| {"instruction": "چراغ راهنما چپ را روشن کن", "input": "", "output": "TURN_LEFT_ON"}, | |
| {"instruction": "چراغ راهنما چپ را خاموش کن", "input": "", "output": "TURN_LEFT_OFF"}, | |
| {"instruction": "چراغ توقف را روشن کن", "input": "", "output": "BRAKE_LIGHT_ON"}, | |
| {"instruction": "چراغ توقف را خاموش کن", "input": "", "output": "BRAKE_LIGHT_OFF"}, | |
| {"instruction": "چراغ شب را فعال کن", "input": "", "output": "NIGHT_LIGHT_ON"}, | |
| {"instruction": "چراغ شب را غیرفعال کن", "input": "", "output": "NIGHT_LIGHT_OFF"}, | |
| {"instruction": "چراغ داخلی را روشن کن", "input": "", "output": "DOME_LIGHT_ON"}, | |
| {"instruction": "چراغ داخلی را خاموش کن", "input": "", "output": "DOME_LIGHT_OFF"}, | |
| {"instruction": "چراغ مطالعه راننده را روشن کن", "input": "", "output": "MAP_DRIVER_ON"}, | |
| {"instruction": "چراغ مطالعه راننده را خاموش کن", "input": "", "output": "MAP_DRIVER_OFF"}, | |
| {"instruction": "چراغ مطالعه سرنشین را روشن کن", "input": "", "output": "MAP_PASS_ON"}, | |
| {"instruction": "چراغ مطالعه سرنشین را خاموش کن", "input": "", "output": "MAP_PASS_OFF"}, | |
| {"instruction": "چراغ محیطی کابین را روشن کن", "input": "", "output": "AMBIENT_LIGHT_ON"}, | |
| {"instruction": "چراغ محیطی کابین را خاموش کن", "input": "", "output": "AMBIENT_LIGHT_OFF"}, | |
| {"instruction": "چراغ محیطی را روی رنگ آبی تنظیم کن", "input": "", "output": "AMBIENT_BLUE"}, | |
| {"instruction": "چراغ محیطی را روی رنگ قرمز تنظیم کن", "input": "", "output": "AMBIENT_RED"}, | |
| {"instruction": "چراغ محیطی را روی رنگ سبز تنظیم کن", "input": "", "output": "AMBIENT_GREEN"}, | |
| {"instruction": "برفپاککن جلو را روشن کن", "input": "", "output": "WIPER_FRONT_ON"}, | |
| {"instruction": "برفپاککن جلو را خاموش کن", "input": "", "output": "WIPER_FRONT_OFF"}, | |
| {"instruction": "برفپاککن جلو را روی سرعت کم تنظیم کن", "input": "", "output": "WIPER_FRONT_LOW"}, | |
| {"instruction": "برفپاککن جلو را روی سرعت متوسط تنظیم کن", "input": "", "output": "WIPER_FRONT_MED"}, | |
| {"instruction": "برفپاککن جلو را روی سرعت زیاد تنظیم کن", "input": "", "output": "WIPER_FRONT_HIGH"}, | |
| {"instruction": "برفپاککن جلو را روی حالت اتوماتیک قرار بده", "input": "", "output": "WIPER_FRONT_AUTO"}, | |
| {"instruction": "برفپاککن عقب را روشن کن", "input": "", "output": "WIPER_REAR_ON"}, | |
| {"instruction": "برفپاککن عقب را خاموش کن", "input": "", "output": "WIPER_REAR_OFF"}, | |
| {"instruction": "برفپاککن عقب را روی حالت متناوب تنظیم کن", "input": "", "output": "WIPER_REAR_INTERMIT"}, | |
| {"instruction": "شوینده شیشه جلو را فعال کن", "input": "", "output": "WASHER_FRONT_ON"}, | |
| {"instruction": "شوینده شیشه جلو را غیرفعال کن", "input": "", "output": "WASHER_FRONT_OFF"}, | |
| {"instruction": "شوینده شیشه عقب را فعال کن", "input": "", "output": "WASHER_REAR_ON"}, | |
| {"instruction": "شوینده شیشه عقب را غیرفعال کن", "output": "WASHER_REAR_OFF"}, | |
| {"instruction": "سیستم تهویه را روشن کن", "input": "", "output": "AC_ON"}, | |
| {"instruction": "سیستم تهویه را خاموش کن", "input": "", "output": "AC_OFF"}, | |
| {"instruction": "سیستم تهویه را روی حالت اتوماتیک تنظیم کن", "input": "", "output": "AC_AUTO"}, | |
| {"instruction": "دمای تهویه را روی ۲۲ درجه تنظیم کن", "input": "", "output": "AC_TEMP_22"}, | |
| {"instruction": "دمای تهویه را روی ۲۴ درجه تنظیم کن", "input": "", "output": "AC_TEMP_24"}, | |
| {"instruction": "دمای تهویه را روی ۱۸ درجه تنظیم کن", "input": "", "output": "AC_TEMP_18"}, | |
| {"instruction": "دمای تهویه را روی ۲۶ درجه تنظیم کن", "input": "", "output": "AC_TEMP_26"}, | |
| {"instruction": "دمای تهویه را یک درجه زیاد کن", "input": "", "output": "AC_TEMP_UP"}, | |
| {"instruction": "دمای تهویه را یک درجه کم کن", "input": "", "output": "AC_TEMP_DOWN"}, | |
| {"instruction": "دمای تهویه سمت راننده را روی ۲۳ تنظیم کن", "input": "", "output": "AC_DRIVER_23"}, | |
| {"instruction": "دمای تهویه سمت راننده را روی ۲۵ تنظیم کن", "input": "", "output": "AC_DRIVER_25"}, | |
| {"instruction": "دمای تهویه سمت سرنشین را روی ۲۳ تنظیم کن", "input": "", "output": "AC_PASS_23"}, | |
| {"instruction": "دمای تهویه سمت سرنشین را روی ۲۵ تنظیم کن", "input": "", "output": "AC_PASS_25"}, | |
| {"instruction": "سرعت فن تهویه را زیاد کن", "input": "", "output": "FAN_SPEED_UP"}, | |
| {"instruction": "سرعت فن تهویه را کم کن", "input": "", "output": "FAN_SPEED_DOWN"}, | |
| {"instruction": "سرعت فن تهویه را روی ۳ تنظیم کن", "input": "", "output": "FAN_SPEED_3"}, | |
| {"instruction": "سرعت فن تهویه را روی ۵ تنظیم کن", "input": "", "output": "FAN_SPEED_5"}, | |
| {"instruction": "سرعت فن تهویه را روی ۷ تنظیم کن", "input": "", "output": "FAN_SPEED_7"}, | |
| {"instruction": "تهویه را روی حالت پا تنظیم کن", "input": "", "output": "AC_FLOOR"}, | |
| {"instruction": "تهویه را روی حالت صورت تنظیم کن", "input": "", "output": "AC_FACE"}, | |
| {"instruction": "تهویه را روی حالت شیشه تنظیم کن", "input": "", "output": "AC_WINDSHIELD"}, | |
| {"instruction": "تهویه را روی حالت همزمان تنظیم کن", "input": "", "output": "AC_BOTH"}, | |
| {"instruction": "تهویه را روی حالت پا و صورت تنظیم کن", "input": "", "output": "AC_FLOOR_FACE"}, | |
| {"instruction": "تهویه را روی حالت پا و شیشه تنظیم کن", "input": "", "output": "AC_FLOOR_WIN"}, | |
| {"instruction": "سیرکولاسیون هوا را فعال کن", "input": "", "output": "RECIRC_ON"}, | |
| {"instruction": "سیرکولاسیون هوا را غیرفعال کن", "input": "", "output": "RECIRC_OFF"}, | |
| {"instruction": "گرمکن صندلی راننده را روشن کن", "input": "", "output": "SEAT_HEAT_DRIVER_ON"}, | |
| {"instruction": "گرمکن صندلی راننده را خاموش کن", "input": "", "output": "SEAT_HEAT_DRIVER_OFF"}, | |
| {"instruction": "گرمکن صندلی راننده را روی درجه ۲ تنظیم کن", "input": "", "output": "SEAT_HEAT_DRIVER_2"}, | |
| {"instruction": "گرمکن صندلی راننده را روی درجه ۳ تنظیم کن", "input": "", "output": "SEAT_HEAT_DRIVER_3"}, | |
| {"instruction": "گرمکن صندلی سرنشین را روشن کن", "input": "", "output": "SEAT_HEAT_PASS_ON"}, | |
| {"instruction": "گرمکن صندلی سرنشین را خاموش کن", "input": "", "output": "SEAT_HEAT_PASS_OFF"}, | |
| {"instruction": "سردکن صندلی راننده را روشن کن", "input": "", "output": "SEAT_COOL_DRIVER_ON"}, | |
| {"instruction": "سردکن صندلی راننده را خاموش کن", "input": "", "output": "SEAT_COOL_DRIVER_OFF"}, | |
| {"instruction": "سردکن صندلی سرنشین را روشن کن", "input": "", "output": "SEAT_COOL_PASS_ON"}, | |
| {"instruction": "سردکن صندلی سرنشین را خاموش کن", "input": "", "output": "SEAT_COOL_PASS_OFF"}, | |
| {"instruction": "گرمکن فرمان را روشن کن", "input": "", "output": "STEER_HEAT_ON"}, | |
| {"instruction": "گرمکن فرمان را خاموش کن", "input": "", "output": "STEER_HEAT_OFF"}, | |
| {"instruction": "گرمکن آینهها را روشن کن", "input": "", "output": "MIRROR_HEAT_ON"}, | |
| {"instruction": "گرمکن آینهها را خاموش کن", "input": "", "output": "MIRROR_HEAT_OFF"}, | |
| {"instruction": "گرمکن شیشه عقب را روشن کن", "input": "", "output": "REAR_DEFROST_ON"}, | |
| {"instruction": "گرمکن شیشه عقب را خاموش کن", "input": "", "output": "REAR_DEFROST_OFF"}, | |
| {"instruction": "گرمکن شیشه جلو را روشن کن", "input": "", "output": "FRONT_DEFROST_ON"}, | |
| {"instruction": "گرمکن شیشه جلو را خاموش کن", "input": "", "output": "FRONT_DEFROST_OFF"}, | |
| {"instruction": "صندلی راننده را به جلو ببر", "input": "", "output": "SEAT_DRIVER_FORWARD"}, | |
| {"instruction": "صندلی راننده را به عقب ببر", "input": "", "output": "SEAT_DRIVER_BACKWARD"}, | |
| {"instruction": "صندلی راننده را بالا ببر", "input": "", "output": "SEAT_DRIVER_UP"}, | |
| {"instruction": "صندلی راننده را پایین ببر", "input": "", "output": "SEAT_DRIVER_DOWN"}, | |
| {"instruction": "صندلی راننده را به حالت ۱ بازگردان", "input": "", "output": "SEAT_MEMORY_1"}, | |
| {"instruction": "صندلی راننده را به حالت ۲ بازگردان", "input": "", "output": "SEAT_MEMORY_2"}, | |
| {"instruction": "صندلی راننده را به حالت ۳ بازگردان", "input": "", "output": "SEAT_MEMORY_3"}, | |
| {"instruction": "صندلی راننده را ذخیره کن حالت ۱", "input": "", "output": "SEAT_SAVE_1"}, | |
| {"instruction": "صندلی راننده را ذخیره کن حالت ۲", "input": "", "output": "SEAT_SAVE_2"}, | |
| {"instruction": "صندلی راننده را ذخیره کن حالت ۳", "input": "", "output": "SEAT_SAVE_3"}, | |
| {"instruction": "صندلی راننده را ماساژ بده", "input": "", "output": "SEAT_MASSAGE_ON"}, | |
| {"instruction": "ماساژ صندلی را خاموش کن", "input": "", "output": "SEAT_MASSAGE_OFF"}, | |
| {"instruction": "آینه بغل راننده را به سمت پایین بچرخان", "input": "", "output": "MIRROR_DRIVER_DOWN"}, | |
| {"instruction": "آینه بغل راننده را به سمت بالا بچرخان", "input": "", "output": "MIRROR_DRIVER_UP"}, | |
| {"instruction": "آینه بغل راننده را به سمت چپ بچرخان", "input": "", "output": "MIRROR_DRIVER_LEFT"}, | |
| {"instruction": "آینه بغل راننده را به سمت راست بچرخان", "input": "", "output": "MIRROR_DRIVER_RIGHT"}, | |
| {"instruction": "آینه بغل سرنشین را به سمت پایین بچرخان", "input": "", "output": "MIRROR_PASS_DOWN"}, | |
| {"instruction": "آینه بغل سرنشین را به سمت بالا بچرخان", "input": "", "output": "MIRROR_PASS_UP"}, | |
| {"instruction": "آینه بغل سرنشین را به سمت چپ بچرخان", "input": "", "output": "MIRROR_PASS_LEFT"}, | |
| {"instruction": "آینه بغل سرنشین را به سمت راست بچرخان", "input": "", "output": "MIRROR_PASS_RIGHT"}, | |
| {"instruction": "آینه داخلی را در حالت ضد نور تنظیم کن", "input": "", "output": "REARVIEW_ANTI_GLARE"}, | |
| {"instruction": "فرمان را به سمت جلو ببر", "input": "", "output": "STEER_TELESCOPE_IN"}, | |
| {"instruction": "فرمان را به سمت عقب ببر", "input": "", "output": "STEER_TELESCOPE_OUT"}, | |
| {"instruction": "فرمان را بالا ببر", "input": "", "output": "STEER_TILT_UP"}, | |
| {"instruction": "فرمان را پایین ببر", "input": "", "output": "STEER_TILT_DOWN"}, | |
| {"instruction": "سیستم صوتی را روشن کن", "input": "", "output": "STEREO_ON"}, | |
| {"instruction": "سیستم صوتی را خاموش کن", "input": "", "output": "STEREO_OFF"}, | |
| {"instruction": "رادیو را روشن کن", "input": "", "output": "RADIO_ON"}, | |
| {"instruction": "رادیو را خاموش کن", "input": "", "output": "RADIO_OFF"}, | |
| {"instruction": "رادیو را روی ۹۸ مگاهرتز تنظیم کن", "input": "", "output": "RADIO_98"}, | |
| {"instruction": "رادیو را روی ۱۰۴ مگاهرتز تنظیم کن", "input": "", "output": "RADIO_104"}, | |
| {"instruction": "رادیو را روی FM تنظیم کن", "input": "", "output": "RADIO_FM"}, | |
| {"instruction": "رادیو را روی AM تنظیم کن", "input": "", "output": "RADIO_AM"}, | |
| {"instruction": "ایستگاه رادیویی بعدی را انتخاب کن", "input": "", "output": "RADIO_NEXT"}, | |
| {"instruction": "ایستگاه رادیویی قبلی را انتخاب کن", "input": "", "output": "RADIO_PREV"}, | |
| {"instruction": "حالت بلوتوث را فعال کن", "input": "", "output": "BT_AUDIO_ON"}, | |
| {"instruction": "حالت بلوتوث را غیرفعال کن", "input": "", "output": "BT_AUDIO_OFF"}, | |
| {"instruction": "حالت USB را فعال کن", "input": "", "output": "USB_AUDIO_ON"}, | |
| {"instruction": "حالت USB را غیرفعال کن", "input": "", "output": "USB_AUDIO_OFF"}, | |
| {"instruction": "حالت AUX را فعال کن", "input": "", "output": "AUX_AUDIO_ON"}, | |
| {"instruction": "حالت AUX را غیرفعال کن", "input": "", "output": "AUX_AUDIO_OFF"}, | |
| {"instruction": "حالت پخش را به MP3 تغییر بده", "input": "", "output": "MODE_MP3"}, | |
| {"instruction": "حالت پخش را به CD تغییر بده", "input": "", "output": "MODE_CD"}, | |
| {"instruction": "حالت پخش را به DVD تغییر بده", "input": "", "output": "MODE_DVD"}, | |
| {"instruction": "ولوم صدا را زیاد کن", "input": "", "output": "VOL_UP"}, | |
| {"instruction": "ولوم صدا را کم کن", "input": "", "output": "VOL_DOWN"}, | |
| {"instruction": "ولوم صدا را روی ۳۰ درصد تنظیم کن", "input": "", "output": "VOL_30"}, | |
| {"instruction": "ولوم صدا را روی ۵۰ درصد تنظیم کن", "input": "", "output": "VOL_50"}, | |
| {"instruction": "ولوم صدا را روی ۷۰ درصد تنظیم کن", "input": "", "output": "VOL_70"}, | |
| {"instruction": "ولوم صدا را بیصدا کن", "input": "", "output": "MUTE_ON"}, | |
| {"instruction": "ولوم صدا را از بیصدا خارج کن", "input": "", "output": "MUTE_OFF"}, | |
| {"instruction": "آهنگ بعدی را پخش کن", "input": "", "output": "TRACK_NEXT"}, | |
| {"instruction": "آهنگ قبلی را پخش کن", "input": "", "output": "TRACK_PREV"}, | |
| {"instruction": "پخش آهنگ را متوقف کن", "input": "", "output": "TRACK_STOP"}, | |
| {"instruction": "پخش آهنگ را شروع کن", "input": "", "output": "TRACK_PLAY"}, | |
| {"instruction": "آهنگ را مکث کن", "input": "", "output": "TRACK_PAUSE"}, | |
| {"instruction": "سیستم ناوبری را روشن کن", "input": "", "output": "NAV_ON"}, | |
| {"instruction": "سیستم ناوبری را خاموش کن", "input": "", "output": "NAV_OFF"}, | |
| {"instruction": "مسیریابی به مقصد را شروع کن", "input": "", "output": "NAV_START"}, | |
| {"instruction": "مسیریابی را متوقف کن", "input": "", "output": "NAV_STOP"}, | |
| {"instruction": "صداهای مسیریابی را زیاد کن", "input": "", "output": "NAV_VOL_UP"}, | |
| {"instruction": "صداهای مسیریابی را کم کن", "input": "", "output": "NAV_VOL_DOWN"}, | |
| {"instruction": "نمایش نقشه را بزرگ کن", "input": "", "output": "MAP_ZOOM_IN"}, | |
| {"instruction": "نمایش نقشه را کوچک کن", "input": "", "output": "MAP_ZOOM_OUT"}, | |
| {"instruction": "نمایش نقشه را به سمت بالا ببر", "input": "", "output": "MAP_UP"}, | |
| {"instruction": "نمایش نقشه را به سمت پایین ببر", "input": "", "output": "MAP_DOWN"}, | |
| {"instruction": "نمایش نقشه را به سمت چپ ببر", "input": "", "output": "MAP_LEFT"}, | |
| {"instruction": "نمایش نقشه را به سمت راست ببر", "input": "", "output": "MAP_RIGHT"}, | |
| {"instruction": "نمایش نقشه را روی حالت ۲D تنظیم کن", "input": "", "output": "MAP_2D"}, | |
| {"instruction": "نمایش نقشه را روی حالت ۳D تنظیم کن", "input": "", "output": "MAP_3D"}, | |
| {"instruction": "نمایش نقشه را روی حالت شب تنظیم کن", "input": "", "output": "MAP_NIGHT"}, | |
| {"instruction": "نمایش نقشه را روی حالت روز تنظیم کن", "input": "", "output": "MAP_DAY"}, | |
| {"instruction": "دوربین دید عقب را روشن کن", "input": "", "output": "REAR_CAM_ON"}, | |
| {"instruction": "دوربین دید عقب را خاموش کن", "input": "", "output": "REAR_CAM_OFF"}, | |
| {"instruction": "دوربین ۳۶۰ درجه را روشن کن", "input": "", "output": "360_CAM_ON"}, | |
| {"instruction": "دوربین ۳۶۰ درجه را خاموش کن", "input": "", "output": "360_CAM_OFF"}, | |
| {"instruction": "دوربین دید جلو را روشن کن", "input": "", "output": "FRONT_CAM_ON"}, | |
| {"instruction": "دوربین دید جلو را خاموش کن", "input": "", "output": "FRONT_CAM_OFF"}, | |
| {"instruction": "دوربین دید کنار را روشن کن", "input": "", "output": "SIDE_CAM_ON"}, | |
| {"instruction": "دوربین دید کنار را خاموش کن", "input": "", "output": "SIDE_CAM_OFF"}, | |
| {"instruction": "حالت رانندگی اکو را فعال کن", "input": "", "output": "ECO_MODE"}, | |
| {"instruction": "حالت رانندگی اسپرت را فعال کن", "input": "", "output": "SPORT_MODE"}, | |
| {"instruction": "حالت رانندگی عادی را فعال کن", "input": "", "output": "NORMAL_MODE"}, | |
| {"instruction": "حالت رانندگی برفی را فعال کن", "input": "", "output": "SNOW_MODE"}, | |
| {"instruction": "حالت رانندگی آفرود را فعال کن", "input": "", "output": "OFFROAD_MODE"}, | |
| {"instruction": "حالت رانندگی راحت را فعال کن", "input": "", "output": "COMFORT_MODE"}, | |
| {"instruction": "حالت رانندگی خودکار را فعال کن", "input": "", "output": "AUTO_MODE"}, | |
| {"instruction": "سیستم کروز کنترل را روشن کن", "input": "", "output": "CRUISE_ON"}, | |
| {"instruction": "سیستم کروز کنترل را خاموش کن", "input": "", "output": "CRUISE_OFF"}, | |
| {"instruction": "کروز کنترل را روی ۹۰ کیلومتر تنظیم کن", "input": "", "output": "CRUISE_90"}, | |
| {"instruction": "کروز کنترل را روی ۱۱۰ کیلومتر تنظیم کن", "input": "", "output": "CRUISE_110"}, | |
| {"instruction": "کروز کنترل را روی ۱۲۰ کیلومتر تنظیم کن", "input": "", "output": "CRUISE_120"}, | |
| {"instruction": "کروز کنترل تطبیقی را فعال کن", "input": "", "output": "ADAPTIVE_CRUISE_ON"}, | |
| {"instruction": "کروز کنترل تطبیقی را غیرفعال کن", "input": "", "output": "ADAPTIVE_CRUISE_OFF"}, | |
| {"instruction": "فاصله کروز کنترل را زیاد کن", "input": "", "output": "CRUISE_DIST_UP"}, | |
| {"instruction": "فاصله کروز کنترل را کم کن", "input": "", "output": "CRUISE_DIST_DOWN"}, | |
| {"instruction": "سیستم پارک کمکی را فعال کن", "input": "", "output": "PARK_ASSIST_ON"}, | |
| {"instruction": "سیستم پارک کمکی را غیرفعال کن", "input": "", "output": "PARK_ASSIST_OFF"}, | |
| {"instruction": "پارک خودکار را شروع کن", "input": "", "output": "AUTO_PARK_START"}, | |
| {"instruction": "پارک خودکار را متوقف کن", "input": "", "output": "AUTO_PARK_STOP"}, | |
| {"instruction": "حسگرهای پارک را فعال کن", "input": "", "output": "PARK_SENSOR_ON"}, | |
| {"instruction": "حسگرهای پارک را غیرفعال کن", "input": "", "output": "PARK_SENSOR_OFF"}, | |
| {"instruction": "سیستم تشخیص نقاط کور را فعال کن", "input": "", "output": "BLIND_SPOT_ON"}, | |
| {"instruction": "سیستم تشخیص نقاط کور را غیرفعال کن", "input": "", "output": "BLIND_SPOT_OFF"}, | |
| {"instruction": "سیستم هشدار خروج از خط را فعال کن", "input": "", "output": "LDW_ON"}, | |
| {"instruction": "سیستم هشدار خروج از خط را غیرفعال کن", "input": "", "output": "LDW_OFF"}, | |
| {"instruction": "سیستم تشخیص عابر پیاده را فعال کن", "input": "", "output": "PEDESTRIAN_DETECT_ON"}, | |
| {"instruction": "سیستم تشخیص عابر پیاده را غیرفعال کن", "input": "", "output": "PEDESTRIAN_DETECT_OFF"}, | |
| {"instruction": "سیستم تشخیص تابلوها را فعال کن", "input": "", "output": "SIGN_RECOG_ON"}, | |
| {"instruction": "سیستم تشخیص تابلوها را غیرفعال کن", "input": "", "output": "SIGN_RECOG_OFF"}, | |
| {"instruction": "سیستم ترمز اضطراری خودکار را فعال کن", "input": "", "output": "AEB_ON"}, | |
| {"instruction": "سیستم ترمز اضطراری خودکار را غیرفعال کن", "input": "", "output": "AEB_OFF"}, | |
| {"instruction": "سیستم نگهداری در خط را فعال کن", "input": "", "output": "LKA_ON"}, | |
| {"instruction": "سیستم نگهداری در خط را غیرفعال کن", "input": "", "output": "LKA_OFF"}, | |
| {"instruction": "سیستم کنترل پایداری را فعال کن", "input": "", "output": "ESC_ON"}, | |
| {"instruction": "سیستم کنترل پایداری را غیرفعال کن", "input": "", "output": "ESC_OFF"}, | |
| {"instruction": "سیستم کنترل کشش را فعال کن", "input": "", "output": "TCS_ON"}, | |
| {"instruction": "سیستم کنترل کشش را غیرفعال کن", "input": "", "output": "TCS_OFF"}, | |
| {"instruction": "سیستم ترمز ضد قفل را فعال کن", "input": "", "output": "ABS_ON"}, | |
| {"instruction": "سیستم ترمز ضد قفل را غیرفعال کن", "input": "", "output": "ABS_OFF"}, | |
| {"instruction": "سیستم توزیع نیروی ترمز را فعال کن", "input": "", "output": "EBD_ON"}, | |
| {"instruction": "سیستم توزیع نیروی ترمز را غیرفعال کن", "input": "", "output": "EBD_OFF"}, | |
| {"instruction": "سیستم کمک ترمز را فعال کن", "input": "", "output": "BA_ON"}, | |
| {"instruction": "سیستم کمک ترمز را غیرفعال کن", "input": "", "output": "BA_OFF"}, | |
| {"instruction": "سیستم ترمز پارک را فعال کن", "input": "", "output": "PARK_BRAKE_ON"}, | |
| {"instruction": "سیستم ترمز پارک را غیرفعال کن", "input": "", "output": "PARK_BRAKE_OFF"}, | |
| {"instruction": "ترمز پارک را به حالت خودکار قرار بده", "input": "", "output": "AUTO_HOLD_ON"}, | |
| {"instruction": "ترمز پارک را از حالت خودکار خارج کن", "input": "", "output": "AUTO_HOLD_OFF"}, | |
| {"instruction": "وضعیت موتور را بگو", "input": "", "output": "ENGINE_STATUS"}, | |
| {"instruction": "دور موتور را بگو", "input": "", "output": "RPM_READ"}, | |
| {"instruction": "دمای موتور را بگو", "input": "", "output": "ENGINE_TEMP"}, | |
| {"instruction": "فشار روغن موتور را بگو", "input": "", "output": "OIL_PRESSURE"}, | |
| {"instruction": "سطح روغن موتور را بگو", "input": "", "output": "OIL_LEVEL"}, | |
| {"instruction": "سطح خنککننده موتور را بگو", "input": "", "output": "COOLANT_LEVEL"}, | |
| {"instruction": "وضعیت ترمزها را بگو", "input": "", "output": "BRAKE_STATUS"}, | |
| {"instruction": "وضعیت لاستیکها را بگو", "input": "", "output": "TIRE_STATUS"}, | |
| {"instruction": "فشار باد لاستیک جلو چپ را بگو", "input": "", "output": "TIRE_FL_PRESS"}, | |
| {"instruction": "فشار باد لاستیک جلو راست را بگو", "input": "", "output": "TIRE_FR_PRESS"}, | |
| {"instruction": "فشار باد لاستیک عقب چپ را بگو", "input": "", "output": "TIRE_RL_PRESS"}, | |
| {"instruction": "فشار باد لاستیک عقب راست را بگو", "input": "", "output": "TIRE_RR_PRESS"}, | |
| {"instruction": "همه فشار باد لاستیکها را بگو", "input": "", "output": "TIRE_ALL_PRESS"}, | |
| {"instruction": "میزان بنزین را بگو", "input": "", "output": "FUEL_LEVEL"}, | |
| {"instruction": "مسافت پیموده شده را بگو", "input": "", "output": "MILEAGE_READ"}, | |
| {"instruction": "برد باقیمانده با بنزین را بگو", "input": "", "output": "FUEL_RANGE"}, | |
| {"instruction": "مصرف سوخت لحظهای را بگو", "input": "", "output": "FUEL_CONSUMPTION"}, | |
| {"instruction": "مصرف سوخت میانگین را بگو", "input": "", "output": "AVG_FUEL_CONSUMP"}, | |
| {"instruction": "ولتاژ باتری را بگو", "input": "", "output": "BATTERY_VOLTAGE"}, | |
| {"instruction": "وضعیت باتری خودرو را بگو", "input": "", "output": "BATTERY_STATUS"}, | |
| {"instruction": "شارژ باتری خودرو را بگو", "input": "", "output": "BATTERY_LEVEL"}, | |
| {"instruction": "کیلومتر شمار خودرو را بگو", "input": "", "output": "ODOMETER_READ"}, | |
| {"instruction": "سرعت فعلی را بگو", "input": "", "output": "SPEED_READ"}, | |
| {"instruction": "دنده فعلی را بگو", "input": "", "output": "GEAR_READ"}, | |
| {"instruction": "حالت رانندگی فعلی را بگو", "input": "", "output": "DRIVE_MODE_READ"}, | |
| {"instruction": "زمان سفر را بگو", "input": "", "output": "TRIP_TIME"}, | |
| {"instruction": "مسافت سفر را بگو", "input": "", "output": "TRIP_DISTANCE"}, | |
| {"instruction": "سفر را ریست کن", "input": "", "output": "TRIP_RESET"}, | |
| {"instruction": "یادآوری سرویس دورهای را تنظیم کن", "input": "", "output": "SERVICE_REMIND_SET"}, | |
| {"instruction": "یادآوری سرویس دورهای را غیرفعال کن", "input": "", "output": "SERVICE_REMIND_OFF"}, | |
| {"instruction": "زمان سرویس بعدی را بگو", "input": "", "output": "NEXT_SERVICE_TIME"}, | |
| {"instruction": "سیستم عیبیاب (دیاگ) را فعال کن", "input": "", "output": "DIAG_ON"}, | |
| {"instruction": "سیستم عیبیاب (دیاگ) را غیرفعال کن", "input": "", "output": "DIAG_OFF"}, | |
| {"instruction": "خطاهای موتور را بخوان", "input": "", "output": "READ_ENGINE_FAULTS"}, | |
| {"instruction": "خطاهای سیستم ترمز را بخوان", "input": "", "output": "READ_BRAKE_FAULTS"}, | |
| {"instruction": "خطاهای ایربگ را بخوان", "input": "", "output": "READ_AIRBAG_FAULTS"}, | |
| {"instruction": "خطاهای ABS را بخوان", "input": "", "output": "READ_ABS_FAULTS"}, | |
| {"instruction": "خطاهای گیربکس را بخوان", "input": "", "output": "READ_TRANS_FAULTS"}, | |
| {"instruction": "همه خطاها را پاک کن", "input": "", "output": "CLEAR_ALL_FAULTS"}, | |
| {"instruction": "وضعیت چراغهای جلو را بگو", "input": "", "output": "HEADLIGHT_STATUS"}, | |
| {"instruction": "وضعیت چراغهای ترمز را بگو", "input": "", "output": "BRAKE_LIGHT_STATUS"}, | |
| {"instruction": "وضعیت چراغهای راهنما را بگو", "input": "", "output": "TURN_SIGNAL_STATUS"}, | |
| {"instruction": "وضعیت برفپاککن را بگو", "input": "", "output": "WIPER_STATUS"}, | |
| {"instruction": "وضعیت تهویه را بگو", "input": "", "output": "AC_STATUS"}, | |
| {"instruction": "وضعیت قفل مرکزی را بگو", "input": "", "output": "CENTRAL_LOCK_STATUS"}, | |
| {"instruction": "وضعیت صندوق عقب را بگو", "input": "", "output": "TRUNK_STATUS"}, | |
| {"instruction": "وضعیت دربها را بگو", "input": "", "output": "DOOR_STATUS"}, | |
| {"instruction": "وضعیت کمربند ایمنی را بگو", "input": "", "output": "SEATBELT_STATUS"}, | |
| {"instruction": "وضعیت ایربگ را بگو", "input": "", "output": "AIRBAG_STATUS"}, | |
| {"instruction": "آلارم امنیتی را فعال کن", "input": "", "output": "SECURITY_ALARM_ON"}, | |
| {"instruction": "آلارم امنیتی را غیرفعال کن", "input": "", "output": "SECURITY_ALARM_OFF"}, | |
| {"instruction": "سیستم ضد سرقت را فعال کن", "input": "", "output": "IMMOBILIZER_ON"}, | |
| {"instruction": "سیستم ضد سرقت را غیرفعال کن", "input": "", "output": "IMMOBILIZER_OFF"}, | |
| {"instruction": "صدای بوق ماشین را فعال کن", "input": "", "output": "HORN_ON"}, | |
| {"instruction": "صدای بوق ماشین را خاموش کن", "input": "", "output": "HORN_OFF"}, | |
| {"instruction": "چراغهای ماشین را چشمکزن کن", "input": "", "output": "LIGHT_FLASH"}, | |
| {"instruction": "چراغهای ماشین را خاموش کن", "input": "", "output": "ALL_LIGHTS_OFF"}, | |
| {"instruction": "چراغهای ماشین را روشن کن", "input": "", "output": "ALL_LIGHTS_ON"}, | |
| {"instruction": "ماشین را در حالت نمایشگاهی قرار بده", "input": "", "output": "SHOWROOM_MODE"}, | |
| {"instruction": "ماشین را در حالت سرویس قرار بده", "input": "", "output": "SERVICE_MODE"}, | |
| {"instruction": "ماشین را در حالت حمل و نقل قرار بده", "input": "", "output": "TRANSPORT_MODE"}, | |
| {"instruction": "تغییر حالت رانندگی به دستی", "input": "", "output": "MANUAL_MODE"}, | |
| {"instruction": "تغییر حالت رانندگی به اتوماتیک", "input": "", "output": "AUTO_MODE_DRIVE"}, | |
| {"instruction": "تغییر دنده به عقب (دنده R)", "input": "", "output": "GEAR_REVERSE"}, | |
| {"instruction": "تغییر دنده به جلو (دنده D)", "input": "", "output": "GEAR_DRIVE"}, | |
| {"instruction": "تغییر دنده به پارک (دنده P)", "input": "", "output": "GEAR_PARK"}, | |
| {"instruction": "تغییر دنده به خلاص (دنده N)", "input": "", "output": "GEAR_NEUTRAL"}, | |
| {"instruction": "دستگاه خودرو را ریستارت کن", "input": "", "output": "CAR_REBOOT"}, | |
| {"instruction": "دستگاه خودرو را خاموش کن", "input": "", "output": "CAR_SHUTDOWN"}, | |
| {"instruction": "سیستم اطلاعات سرگرمی را به روزرسانی کن", "input": "", "output": "UPDATE_INFOTAINMENT"}, | |
| {"instruction": "سیستم ناوبری را به روزرسانی کن", "input": "", "output": "UPDATE_NAV"}, | |
| {"instruction": "نسخه نرمافزار خودرو را بگو", "input": "", "output": "SOFTWARE_VERSION"}, | |
| {"instruction": "بررسی بهروزرسانی نرمافزار", "input": "", "output": "CHECK_UPDATE_CAR"}, | |
| {"instruction": "تنظیمات کارخانه را بازیابی کن", "input": "", "output": "FACTORY_RESET_CAR"}, | |
| {"instruction": "تنظیمات کاربر را ذخیره کن", "input": "", "output": "SAVE_USER_SETTINGS"}, | |
| {"instruction": "تنظیمات کاربر را بارگذاری کن", "input": "", "output": "LOAD_USER_SETTINGS"}, | |
| {"instruction": "پروفایل راننده ۱ را فعال کن", "input": "", "output": "DRIVER_PROFILE_1"}, | |
| {"instruction": "پروفایل راننده ۲ را فعال کن", "input": "", "output": "DRIVER_PROFILE_2"}, | |
| {"instruction": "پروفایل راننده ۳ را فعال کن", "input": "", "output": "DRIVER_PROFILE_3"}, | |
| {"instruction": "حالت تلفن همراه را فعال کن", "input": "", "output": "PHONE_MODE_ON"}, | |
| {"instruction": "حالت تلفن همراه را غیرفعال کن", "input": "", "output": "PHONE_MODE_OFF"}, | |
| {"instruction": "تماس تلفنی را بگیر", "input": "", "output": "CALL_START"}, | |
| {"instruction": "تماس تلفنی را قطع کن", "input": "", "output": "CALL_END"}, | |
| {"instruction": "تماس تلفنی را بپذیر", "input": "", "output": "CALL_ACCEPT"}, | |
| {"instruction": "تماس تلفنی را رد کن", "input": "", "output": "CALL_REJECT"}, | |
| {"instruction": "شمارههای تلفن را همگامسازی کن", "input": "", "output": "SYNC_CONTACTS"}, | |
| {"instruction": "پیامک را بخوان", "input": "", "output": "READ_SMS"}, | |
| {"instruction": "پیامک را ارسال کن", "input": "", "output": "SEND_SMS"}, | |
| {"instruction": "Wi-Fi خودرو را روشن کن", "input": "", "output": "CAR_WIFI_ON"}, | |
| {"instruction": "Wi-Fi خودرو را خاموش کن", "input": "", "output": "CAR_WIFI_OFF"}, | |
| {"instruction": "هاتاسپات خودرو را روشن کن", "input": "", "output": "CAR_HOTSPOT_ON"}, | |
| {"instruction": "هاتاسپات خودرو را خاموش کن", "input": "", "output": "CAR_HOTSPOT_OFF"}, | |
| {"instruction": "بلوتوث خودرو را روشن کن", "input": "", "output": "CAR_BT_ON"}, | |
| {"instruction": "بلوتوث خودرو را خاموش کن", "input": "", "output": "CAR_BT_OFF"}, | |
| {"instruction": "خودرو را به تلفن همراه متصل کن", "input": "", "output": "PAIR_PHONE"}, | |
| {"instruction": "اتصال خودرو به تلفن را قطع کن", "input": "", "output": "UNPAIR_PHONE"}, | |
| {"instruction": "شارژ بیسیم تلفن را فعال کن", "input": "", "output": "WIRELESS_CHARGE_ON"}, | |
| {"instruction": "شارژ بیسیم تلفن را غیرفعال کن", "input": "", "output": "WIRELESS_CHARGE_OFF"}, | |
| {"instruction": "شارژر USB را فعال کن", "input": "", "output": "USB_CHARGE_ON"}, | |
| {"instruction": "شارژر USB را غیرفعال کن", "input": "", "output": "USB_CHARGE_OFF"}, | |
| {"instruction": "حالت خودرو برقی را فعال کن", "input": "", "output": "EV_MODE_ON"}, | |
| {"instruction": "حالت خودرو برقی را غیرفعال کن", "input": "", "output": "EV_MODE_OFF"}, | |
| {"instruction": "شارژ باتری را شروع کن", "input": "", "output": "EV_CHARGE_START"}, | |
| {"instruction": "شارژ باتری را متوقف کن", "input": "", "output": "EV_CHARGE_STOP"}, | |
| {"instruction": "شارژ باتری را روی حالت سریع تنظیم کن", "input": "", "output": "EV_FAST_CHARGE"}, | |
| {"instruction": "شارژ باتری را روی حالت عادی تنظیم کن", "input": "", "output": "EV_NORMAL_CHARGE"}, | |
| {"instruction": "زمان شارژ باتری را برنامهریزی کن", "input": "", "output": "EV_CHARGE_SCHEDULE"}, | |
| {"instruction": "برد باقیمانده خودرو برقی را بگو", "input": "", "output": "EV_RANGE_READ"}, | |
| {"instruction": "میزان شارژ باتری را بگو", "input": "", "output": "EV_BATTERY_PERCENT"}, | |
| {"instruction": "زمان باقیمانده تا شارژ کامل را بگو", "input": "", "output": "EV_CHARGE_TIME"}, | |
| {"instruction": "مصرف انرژی خودرو برقی را بگو", "input": "", "output": "EV_ENERGY_CONSUMP"}, | |
| {"instruction": "سیستم ترمز احیاکننده را فعال کن", "input": "", "output": "REGEN_BRAKE_ON"}, | |
| {"instruction": "سیستم ترمز احیاکننده را غیرفعال کن", "input": "", "output": "REGEN_BRAKE_OFF"}, | |
| {"instruction": "سیستم ترمز احیاکننده را روی حالت سنگین تنظیم کن", "input": "", "output": "REGEN_HEAVY"}, | |
| {"instruction": "سیستم ترمز احیاکننده را روی حالت سبک تنظیم کن", "input": "", "output": "REGEN_LIGHT"}, | |
| {"instruction": "پیشگرمایش باتری را فعال کن", "input": "", "output": "BATTERY_PREHEAT_ON"}, | |
| {"instruction": "پیشگرمایش باتری را غیرفعال کن", "input": "", "output": "BATTERY_PREHEAT_OFF"}, | |
| {"instruction": "پیشسرمایش باتری را فعال کن", "input": "", "output": "BATTERY_PRECOOL_ON"}, | |
| {"instruction": "پیشسرمایش باتری را غیرفعال کن", "input": "", "output": "BATTERY_PRECOOL_OFF"}, | |
| {"instruction": "حالت شارژ هوشمند را فعال کن", "input": "", "output": "SMART_CHARGE_ON"}, | |
| {"instruction": "حالت شارژ هوشمند را غیرفعال کن", "input": "", "output": "SMART_CHARGE_OFF"}, | |
| {"instruction": "مصرف انرژی را بهینهسازی کن", "input": "", "output": "OPTIMIZE_ENERGY"}, | |
| {"instruction": "حالت رانندگی یک پدال را فعال کن", "input": "", "output": "ONE_PEDAL_ON"}, | |
| {"instruction": "حالت رانندگی یک پدال را غیرفعال کن", "input": "", "output": "ONE_PEDAL_OFF"}, | |
| {"instruction": "سیستم رانندگی خودران سطح ۲ را فعال کن", "input": "", "output": "AUTOPILOT_L2_ON"}, | |
| {"instruction": "سیستم رانندگی خودران سطح ۲ را غیرفعال کن", "input": "", "output": "AUTOPILOT_L2_OFF"}, | |
| {"instruction": "سیستم رانندگی خودران سطح ۳ را فعال کن", "input": "", "output": "AUTOPILOT_L3_ON"}, | |
| {"instruction": "سیستم رانندگی خودران سطح ۳ را غیرفعال کن", "input": "", "output": "AUTOPILOT_L3_OFF"}, | |
| {"instruction": "سبقت خودکار را فعال کن", "input": "", "output": "AUTO_OVERTAKE_ON"}, | |
| {"instruction": "سبقت خودکار را غیرفعال کن", "input": "", "output": "AUTO_OVERTAKE_OFF"}, | |
| {"instruction": "تغییر لاین خودکار را فعال کن", "input": "", "output": "AUTO_LANE_CHANGE_ON"}, | |
| {"instruction": "تغییر لاین خودکار را غیرفعال کن", "input": "", "output": "AUTO_LANE_CHANGE_OFF"}, | |
| {"instruction": "پارک خودکار عمودی را فعال کن", "input": "", "output": "AUTO_PARK_VERTICAL"}, | |
| {"instruction": "پارک خودکار موازی را فعال کن", "input": "", "output": "AUTO_PARK_PARALLEL"}, | |
| {"instruction": "سیستم هشدار برخورد از جلو را فعال کن", "input": "", "output": "FCW_ON"}, | |
| {"instruction": "سیستم هشدار برخورد از جلو را غیرفعال کن", "input": "", "output": "FCW_OFF"}, | |
| {"instruction": "سیستم هشدار برخورد از عقب را فعال کن", "input": "", "output": "RCW_ON"}, | |
| {"instruction": "سیستم هشدار برخورد از عقب را غیرفعال کن", "input": "", "output": "RCW_OFF"}, | |
| {"instruction": "سیستم تشخیص خستگی راننده را فعال کن", "input": "", "output": "DROWSY_DETECT_ON"}, | |
| {"instruction": "سیستم تشخیص خستگی راننده را غیرفعال کن", "input": "", "output": "DROWSY_DETECT_OFF"}, | |
| {"instruction": "سیستم تشخیص توجه راننده را فعال کن", "input": "", "output": "ATTENTION_DETECT_ON"}, | |
| {"instruction": "سیستم تشخیص توجه راننده را غیرفعال کن", "input": "", "output": "ATTENTION_DETECT_OFF"}, | |
| {"instruction": "سیستم پایش فشار باد لاستیک را فعال کن", "input": "", "output": "TPMS_ON"}, | |
| {"instruction": "سیستم پایش فشار باد لاستیک را غیرفعال کن", "input": "", "output": "TPMS_OFF"}, | |
| {"instruction": "هشدار فشار پایین باد لاستیک را فعال کن", "input": "", "output": "TPMS_LOW_ALERT_ON"}, | |
| {"instruction": "هشدار فشار پایین باد لاستیک را غیرفعال کن", "input": "", "output": "TPMS_LOW_ALERT_OFF"}, | |
| {"instruction": "سیستم کنترل فشار باد لاستیک را کالیبره کن", "input": "", "output": "CALIBRATE_TPMS"} | |
| ] |