Compare commits
No commits in common. "ee25df249b2bd484200b6f239ba20b24d3f600f3" and "03325fd8cb66cdff56fefe1f2586b745dee55243" have entirely different histories.
ee25df249b
...
03325fd8cb
4 changed files with 4 additions and 4 deletions
|
@ -14,6 +14,7 @@ differences compared to v0:
|
|||
- commands, finally!
|
||||
|
||||
TODO (no order):
|
||||
- auto update
|
||||
- static mode for lightning
|
||||
- extensible: api (partially there)
|
||||
- airplanes? https://opensky-network.org/
|
||||
|
|
|
@ -69,5 +69,4 @@ t = (longitude / 15) * 1000 * scale
|
|||
|
||||
accounting for sunrise and sunset
|
||||
TODO, idk yet without
|
||||
update: this is now possible with 0.8.0 api
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -33,7 +33,7 @@
|
|||
<dependency>
|
||||
<groupId>eu.m724</groupId>
|
||||
<artifactId>wtapi</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<version>0.7</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>eu.m724</groupId>
|
||||
|
|
|
@ -9,7 +9,7 @@ load: STARTUP
|
|||
main: eu.m724.realweather.RealWeatherPlugin
|
||||
|
||||
libraries:
|
||||
- org.java-websocket:Java-WebSocket:1.5.7
|
||||
- org.java-websocket:Java-WebSocket:1.5.6
|
||||
|
||||
commands:
|
||||
rwadmin:
|
||||
|
|
Loading…
Reference in a new issue