go-satel is a Go library to integrate with Satel ETHM-1/ETHM-1 Plus module
Go to file
Michał Rudowicz 7ac13d8e47 Poll for partition alarms 2024-03-06 19:22:45 +01:00
.github/workflows Initial commit 2021-11-19 14:15:31 +01:00
.build.yml Update README 2024-03-05 21:32:49 +01:00
.gitignore Initial commit 2021-11-19 14:15:31 +01:00
.pre-commit-config.yaml Update README 2024-03-05 21:32:49 +01:00
LICENSE go-fmt changes 2024-03-05 21:42:56 +01:00
README.md go-fmt changes 2024-03-05 21:42:56 +01:00
change_type.go change types 2021-11-19 20:07:46 +01:00
commands.go Poll for partition alarms 2024-03-06 19:22:45 +01:00
frame.go Initial commit 2021-11-19 14:15:31 +01:00
get_name.go Poll for partition alarms 2024-03-06 19:22:45 +01:00
get_name_test.go Device name from SATEL with error checking 2024-03-04 20:24:13 +01:00
go.mod Module name 2024-03-03 22:47:13 +01:00
go.sum Get device name from SATEL 2024-03-03 22:42:13 +01:00
satel.go Poll for partition alarms 2024-03-06 19:22:45 +01:00
satel_test.go Initial commit 2021-11-19 14:15:31 +01:00
scanner.go Initial commit 2021-11-19 14:15:31 +01:00

README.md

go-satel

go-satel is a Go library to integrate with Satel ETHM-1/ETHM-1 Plus module

builds.sr.ht status Go Report Card

The library is based on https://github.com/probakowski/go-satel .

Installation

go-satel is compatible with modern Go releases in module mode, with Go installed:

go get git.sr.ht/~michalr/go-satel

will resolve and add the package to the current development module, along with its dependencies.

Alternatively the same can be achieved if you use import in a package:

import "git.sr.ht/~michalr/go-satel"

and run go get without parameters.

Usage

TODO