* Updated to V1.1.5 * Updated to V.1.1.5 Added new End Of Transmission code from Standard Mode Check back checksum before returning stored values (corruption checks) Added error counters stats Removed dirty linked list align #pragma for ESP target
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"name": "LibTeleinfo",
|
|
"version": "1.1.5",
|
|
"keywords": "teleinfo, french, meter, power, erdf, linky, tic",
|
|
"description": "Decoder for Teleinfo (aka TIC) from French smart power meters",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/hallard/LibTeleinfo.git"
|
|
},
|
|
"authors":
|
|
{
|
|
"name": "Charles-Henri Hallard",
|
|
"url": "http://hallard.me"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
}
|
|
|