package
module
Version:
v0.0.0-...-7e4c7a4
Opens a new window with list of versions in this module.
Published: Oct 3, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
dbrt
Report water meter readings for Fővárosi Vízművek via Díjbeszedő Holding website with Go
Download it using
go get github.com/prozsolt/dbrt
Usage
package main
import (
"github.com/prozsolt/dbrt"
)
func main(){
meterReading := 1337
err := dbrt.ReportMeterReading("FIZETO_AZONOSITO", meterReading)
if err != nil {
// handle error
}
}
Limitation
Currently only support one meter per fizetési azonositó
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.