Skip to content

Commit f40fb50

Browse files
odin568mvdkleijn
authored andcommitted
Introduce bitShake Sensor
1 parent f1ccbd5 commit f40fb50

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

bitShake/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "a4f9c2e87d1b3a6f0c5e9d82b7a1e43f6c0d9b5e",
3+
"name": "bitShake",
4+
"website": "https://www.bitshake.de/",
5+
"license": "Proprietary",
6+
"description": "A smart IR-based electric meter reader that captures energy consumption and power data from digital electricity meters and provides it via Wi-Fi/Tasmota integration.",
7+
"enhanced": false,
8+
"tile_background": "dark",
9+
"icon": "bitShake.svg"
10+
}

bitShake/bitShake.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\bitShake;
4+
5+
class bitShake extends \App\SupportedApps
6+
{
7+
}

bitShake/bitShake.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)