32 lines
551 B
PHP
32 lines
551 B
PHP
<?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" => array()
|
|
);
|
|
?>
|