Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 544 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 544 Bytes

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ó