1.0.2 • Published 10 months ago

@bitfocusas/klvr-charger v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

KLVR Charger Client Library

TypeScript + Zod + Axios + Jest = 🚀

Usage

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();

Author

Bitfocus AS (c) 2024 William Viker william@bitfocus.io

1.0.2

10 months ago