@ -24,6 +24,12 @@ const cfTypes = {
const startup = async () => {
sock.connect().then(() => {
console.log(sock.amiVersion)
sock.send({
action: 'DBGetTree',
category: 'CF'
}).then(async (response) => {
console.log(response)
})
}