1
0
moha/config/propertiesbytype.php

19 lines
244 B
PHP
Raw Normal View History

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