Merge dev to main #1
2
index.js
2
index.js
|
|
@ -28,7 +28,7 @@ sock.on('event', async (event) => {
|
||||||
const startup = async () => {
|
const startup = async () => {
|
||||||
sock.connect().then(() => {
|
sock.connect().then(() => {
|
||||||
console.log(sock.amiVersion)
|
console.log(sock.amiVersion)
|
||||||
sock.send({
|
sock.getList({
|
||||||
action: 'DBGetTree',
|
action: 'DBGetTree',
|
||||||
category: 'CF'
|
category: 'CF'
|
||||||
}).then(async (response) => {
|
}).then(async (response) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue