Browse Source

Merge branch 'main' of kindring.cn:kindring/ble-light

kindring 1 year ago
parent
commit
0f36990eff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/light.h

+ 1 - 1
src/light.h

@@ -55,7 +55,7 @@ typedef enum{
     CMD_QUERY = 0x03,
     CMD_LIGTH = 0x04,
     CMD_TEMP = 0x05,
-    CMD_FUN = 0x06,
+    CMD_FAN = 0x06,
     CMD_MODE = 0x07,
     CMD_CH = 0x08,
     CMD_HZ = 0x09,