Com-Lum / MMM-RMV

MagicMirror - extension module - RMV departure monitor
MIT License
21 stars 7 forks source link

new api changes #33

Closed khassel closed 2 years ago

khassel commented 2 years ago

see #32

Did a test and there is one breaking change concerning property catOutL which is now under Product[0] (before under Product).

The fix in this PR works with both api's (new and old), it uses Product[0] if it exists, otherwise Product.

The first commit only changed the formatting so for comparing you should better look at https://github.com/Com-Lum/MMM-RMV/commit/ed385570436bee61db6a3da20f86f3000995caf8 only.