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