a lot of bugs corrected\nrdc_wc_eclairage
This commit is contained in:
18
config/propertiesbytype.php
Normal file
18
config/propertiesbytype.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$propertyByType = array(
|
||||
"light" => array(
|
||||
"state",
|
||||
"brightness",
|
||||
"state_l1",
|
||||
"state_l2"
|
||||
)
|
||||
"climate" => array(
|
||||
"local_temperature",
|
||||
"value",
|
||||
"current_heating_setpoint",
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user