dev
main
@ -28,7 +28,7 @@ sock.on('event', async (event) => {
const startup = async () => {
sock.connect().then(() => {
console.log(sock.amiVersion)
sock.send({
sock.getList({
action: 'DBGetTree',
category: 'CF'
}).then(async (response) => {