Merge pull request #523 from nymea/mec-fix-meta

mecElectronics: Fix meta.json
This commit is contained in:
Michael Zanetti 2022-01-27 22:51:30 +01:00 committed by GitHub
commit 4faaf3528d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"title": "mecElectronics", "title": "mecElectronics",
"tagline": "mecMeter", "tagline": "Measure electic energy using the mecmeter smart meter.",
"icon": "mecelectronics.png", "icon": "mecelectronics.png",
"stability": "community", "stability": "community",
"offline": true, "offline": true,
@ -8,6 +8,6 @@
"network" "network"
], ],
"categories": [ "categories": [
"energy", "energy"
] ]
} }