TypeScript + Zod + Axios + Jest = 🚀
import { KLVRCharger } from '@bitfocusas/klvr-charger'
async function client() {
const charger = KLVRCharger('192.168.0.1')
console.log(await charger.chargerStatus())
console.log(await charger.deviceInfo())
}
client();
Bitfocus AS (c) 2024 William Viker [email protected]