- 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:
31
config/types.php
Normal file
31
config/types.php
Normal 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" =>
|
||||
);
|
||||
?>
|
Reference in New Issue
Block a user