This commit is contained in:
Christopher Cookman 2025-10-28 07:29:57 -06:00
parent 2a95d6626e
commit 0a982b0115

View file

@ -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) => {