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!
|
- commands, finally!
|
||||||
|
|
||||||
TODO (no order):
|
TODO (no order):
|
||||||
|
- auto update
|
||||||
- static mode for lightning
|
- static mode for lightning
|
||||||
- extensible: api (partially there)
|
- extensible: api (partially there)
|
||||||
- airplanes? https://opensky-network.org/
|
- airplanes? https://opensky-network.org/
|
||||||
|
|
|
@ -69,5 +69,4 @@ t = (longitude / 15) * 1000 * scale
|
||||||
|
|
||||||
accounting for sunrise and sunset
|
accounting for sunrise and sunset
|
||||||
TODO, idk yet without
|
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>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
<artifactId>wtapi</artifactId>
|
<artifactId>wtapi</artifactId>
|
||||||
<version>0.8.0</version>
|
<version>0.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>eu.m724</groupId>
|
<groupId>eu.m724</groupId>
|
||||||
|
|
|
@ -9,7 +9,7 @@ load: STARTUP
|
||||||
main: eu.m724.realweather.RealWeatherPlugin
|
main: eu.m724.realweather.RealWeatherPlugin
|
||||||
|
|
||||||
libraries:
|
libraries:
|
||||||
- org.java-websocket:Java-WebSocket:1.5.7
|
- org.java-websocket:Java-WebSocket:1.5.6
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
rwadmin:
|
rwadmin:
|
||||||
|
|
Loading…
Reference in a new issue