Commit graph

12 commits

Author SHA1 Message Date
fd3cae1866 feat: SpaceAPI v15 support
Delete types/v14.go, replace with v15.go.

Rename internal types to not include message version.
I don't currently see the need to support multiple message
versions that have incompatible layouts.
v15 is backwards compatible with v14, so the config example now
specifies both.

Rename the "response" field in the config file to "static" as
dynamic/static makes more sense from the user's perspective.
(Internally it's still SpaceapidConfig.{Dynamic,Response}
to align with type names and usage.)
2026-07-25 22:51:26 +02:00
8015ed2be5
Location is optional for beverage_supply so make it omitempty 2024-05-26 20:52:22 +02:00
2b6c9a4376
Prettify coordinates in template 2024-05-26 20:52:17 +02:00
905140c5ba
Adjust template with migrated website and wiki 2024-05-26 20:52:16 +02:00
17753f535c Fix URLs in config template 2024-03-24 16:29:50 +01:00
d77ceaaa00
Actually use degree sign instead of masculine ordinal indicator 2024-01-21 03:47:25 +01:00
579e7138d5
Fix temperature sensor unit in template and edit Git info 2024-01-17 18:57:40 +01:00
808482b370
Correct typos in README and config template 2024-01-15 15:27:08 +01:00
0241a506d4
Handle sensors that don't have a name, just a location 2024-01-14 21:54:44 +01:00
42483df78c
Update config-template.json with placeholders for environment sensors 2024-01-14 01:10:39 +01:00
c3f51f2e36
Rename "static" to "response" for consistency 2024-01-14 00:59:57 +01:00
951b4edc17
Rename config template and switch to new format 2024-01-13 23:27:21 +01:00