1
0
moha/config/propertiesbytype.php
daniel Tartavel 0d35b1ff3f - 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
2022-03-28 00:40:34 +02:00

19 lines
244 B
PHP

<?php
$propertyByType = array(
"light" => array(
"state",
"brightness",
"state_l1",
"state_l2"
),
"climate" => array(
"local_temperature",
"value",
"current_heating_setpoint",
)
);
?>