Commit graph

8 commits

Author SHA1 Message Date
Bendodroid 334ddacc96
Rename module 2024-02-07 17:07:45 +01:00
Bendodroid 9166a78fb7
Add -c flag to specify list of config files
- Environment variable also accepts comma-separated list
  - Overwrites cli arguments
2024-01-14 21:56:11 +01:00
Bendodroid 6e1a8ac0e6
Initialize sensors map with static parts when parsing config 2024-01-14 01:02:30 +01:00
Bendodroid daac0b3b9e
Change Sensors field type in config and response to map 2024-01-14 01:01:12 +01:00
Bendodroid c3f51f2e36
Rename "static" to "response" for consistency 2024-01-14 00:59:57 +01:00
Bendodroid b2f62c7bb0
First implementation of new config format
- Functionally equivalent to old version at present
- Temperature and Humidity sensors not handled yet
- Moved HTTP handlers around
2024-01-13 23:27:24 +01:00
Bendodroid 7bb676887f
Add type definitions for new config format 2024-01-13 23:27:23 +01:00
Bendodroid 4b41acfa7b
Major Refactoring
- Move components to separate packages
- Fix HTTP header for 401 response
- Add documentation
2023-11-09 22:30:03 +01:00