Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luatos_bot committed Nov 8, 2024
1 parent 5f303df commit 0b682a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions api/sys_pub.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,26 @@ end)

---

### CSCON

RRC状态

**额外返回参数**


**例子**

```lua
-- state 1 CONNECT 0 IDLE
sys.subscribe("CSCON", function(state)
log.info("mobile", "CSCON", state)
end)

```

---

### CC_IND

通话状态变化
Expand Down

0 comments on commit 0b682a7

Please sign in to comment.