1
0

- lots of debugging

- beginning to add graphical stats
- beginning to add device by type
- added a dashboard "etage"
- begining to add notification to multiple recipients in freemobile hook
This commit is contained in:
2022-03-28 00:40:34 +02:00
parent 80234fc505
commit 0d35b1ff3f
24 changed files with 491 additions and 205 deletions

31
config/types.php Normal file
View File

@@ -0,0 +1,31 @@
<?php
$types = array(
"light" => array(
"0xbc33acfffe6561e4",
"0xbc33acfffe65621b",
"0x086bd7fffe5aeab6",
"0x588e81fffe343e8f",
"0x680ae2fffe403f22",
"0x14b457fffe42a2c9"
),
"switch" => array(
"0xbc33acfffe458c65",
"0xbc33acfffe4583f7",
"0x00158d0005c1a998",
"0x842e14fffe9be0fc",
"0x086bd7fffe40482d",
"0x5c0272fffec4de9"
),
"climate" => array(
"0x00158d0001923c21",
"0xbc33acfffe458c65",
"0x5c0272fffec4de9e",
"0xbc33acfffe4583f7"
),
"cover" => array(
"0x842e14fffe9be0fc"
),
"hvac" =>
);
?>