yealink:用nodejs控制yealink电话

时间:2024-05-31 03:46:54
【文件属性】:

文件名称:yealink:用nodejs控制yealink电话

文件大小:46KB

文件格式:ZIP

更新时间:2024-05-31 03:46:54

JavaScript

耶连 用nodejs控制yealink电话 这个怎么运作 此代码连接到手机内置的http服务器,并允许您访问其中的大多数可用功能。 const ip = '10.10.0.2' // IP to acess your phone const user = 'username' ; const pass = 'password' ; const myIp = 'IP that will be use by to the to reach your computer' ; const yl = new Yealink ( ip , user , pass , myIp ) ; await yl . login ( ) ; // ...


【文件预览】:
yealink-master
----variables.md(3KB)
----package.json(1KB)
----js()
--------rsa()
----LICENSE(34KB)
----package-lock.json(66KB)
----tsconfig.json(6KB)
----.gitignore(20B)
----ts()
--------YealinkEvents.ts(1KB)
--------test.ts(728B)
--------Yealink.ts(17KB)
--------YealintVariable.ts(393B)
--------YealinkKey.ts(602B)
--------index.ts(273B)
----README.md(427B)

网友评论