Skip to content

Commit f9cc866

Browse files
cvclaude
andcommitted
Fix incorrect climate set example in README
The command requires --temp flag, not a positional argument. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 487ac51 commit f9cc866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mcs charge stop # Stop charging
4646
# Climate
4747
mcs climate on # Turn on HVAC
4848
mcs climate off # Turn off HVAC
49-
mcs climate set 21 # Set temperature (Celsius)
49+
mcs climate set --temp 21 # Set temperature (Celsius)
5050

5151
# Debug
5252
mcs raw status # Raw vehicle status JSON

0 commit comments

Comments
 (0)