Closed khassel closed 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).
catOutL
Product[0]
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.
see #32
Did a test and there is one breaking change concerning property
catOutL
which is now underProduct[0]
(before underProduct
).The fix in this PR works with both api's (new and old), it uses
Product[0]
if it exists, otherwiseProduct
.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.