uro / teltonika-fm-parser

Teltonika fm xxxx protocol encoder and decoder
The Unlicense
68 stars 45 forks source link

Bugfix/exception on getting property by #20

Open algirdas-iterato opened 7 months ago

algirdas-iterato commented 7 months ago

IoElement model fixed to handle cases when trying to retrieve a property by ID, and the property does not exist in the properties array.

Solution: Added the method hasPropertyById(int $id).

Additionally, updated the Makefile and Dockerfile to allow running tests on multiple PHP versions (8.1, 8.2, 8.3).