Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2e3dbe9
added return statements to errors
Pake-TU Jan 24, 2025
5aea0b9
Added testfile
Pake-TU Jan 24, 2025
c45cedf
added some tests
Pake-TU Jan 24, 2025
81fa3ec
removed comfortstat from zigbee branch
Pake-TU Jan 27, 2025
9ea6be5
Fixed test for newResource, now working
Pake-TU Jan 27, 2025
d6de189
added systemconfig template because it's needed for the tests
Pake-TU Jan 27, 2025
9996348
test
Pake-TU Jan 27, 2025
50d30ec
test2
Pake-TU Jan 27, 2025
4a1a5d7
Makefile back to normal
Pake-TU Jan 27, 2025
ba91d61
Fixed workflow (git tests)
Pake-TU Jan 27, 2025
665be03
Added new tests, work in progress
Pake-TU Jan 28, 2025
39a4dc4
Added new tests etc
Pake-TU Jan 28, 2025
99dc342
Tested pretty much all the code possible in things.go, moving on to Z…
Pake-TU Jan 29, 2025
e54fbd5
changed tests, and added new tests
Pake-TU Feb 3, 2025
af798aa
More tests, and fixed some problems with earlier tests
Pake-TU Feb 3, 2025
a7aed2c
Fixed some merge comments
Pake-TU Feb 4, 2025
7b0c41d
Fixes spelling error on signal's unit
lmas Feb 4, 2025
914ced5
changed a few comments
Pake-TU Feb 6, 2025
5d605be
Merge branch 'ZigBeeValve' of github.com:lmas/d0020e_code into ZigBee…
Pake-TU Feb 6, 2025
245145e
Added functions and other goodies
Pake-TU Feb 10, 2025
f5b76cf
Added test for getConnectedUnits()
Pake-TU Feb 11, 2025
9a9cbae
Fixed some PR comments
Pake-TU Feb 12, 2025
8f869d2
Added code for a WebsocketClient, needs to be tested on Raspberry Pi
Pake-TU Feb 13, 2025
75522b0
Forgot to add go.mod & go.sum files
Pake-TU Feb 13, 2025
ebbb495
Forgot to add a link to useful info, and a line of code to properly c…
Pake-TU Feb 13, 2025
5162103
Added an error message to pass linter in example code for listening t…
Pake-TU Feb 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install dependencies
run: make deps
- name: Run tests
run: make test
- name: Report stats
Expand Down
184 changes: 0 additions & 184 deletions Comfortstat/Comfortstat.go

This file was deleted.

105 changes: 0 additions & 105 deletions Comfortstat/api_fetch_test.go

This file was deleted.

Loading