@@ -10,6 +10,30 @@ CALL osae_sp_object_type_method_add('CM11A','RESET','Reset the CM11A','','','','
1010CALL osae_sp_object_type_method_add(' CM11A' ,' SET POLL RATE' ,' Set CM11a Poll Rate' ,' Rate in ms' ,' ' ,' 30000' ,' ' );
1111CALL osae_sp_object_type_method_add(' CM11A' ,' SET LEARNING MODE' ,' Set Learning Mode' ,' TRUE/FALSE' ,' ' ,' TRUE' ,' ' );
1212CALL osae_sp_object_type_property_add(' CM11A' ,' Port' ,' Integer' ,' ' ,' ' ,0 );
13- CALL osae_sp_object_type_property_add(' CM11A' ,' Poll Rate' ,' Integer' ,' 120' ,' ' ,0 );
14- CALL osae_sp_object_type_property_add(' CM11A' ,' Learning Mode' ,' Boolean' ,' TRUE' ,' ' ,0 );
15- CALL osae_sp_object_type_property_add(' CM11A' ,' System Plugin' ,' Boolean' ,' FALSE' ,' ' ,0 );
13+ CALL osae_sp_object_type_property_add(' CM11A' ,' Poll Rate' ,' Integer' ,' ' ,' 120' ,0 );
14+ CALL osae_sp_object_type_property_add(' CM11A' ,' Learning Mode' ,' Boolean' ,' ,' ,' TRUE' ,0 );
15+ CALL osae_sp_object_type_property_add(' CM11A' ,' System Plugin' ,' Boolean' ,' ' ,' FALSE' ,0 );
16+
17+ CALL osae_sp_object_type_add (' X10 DIMMER' ,' X10 Dimmer' ,' ' ,' SWITCH' ,0 ,0 ,0 ,0 );
18+ CALL osae_sp_object_type_state_add(' X10 DIMMER' ,' ON' ,' On' );
19+ CALL osae_sp_object_type_state_add(' X10 DIMMER' ,' OFF' ,' Off' );
20+ CALL osae_sp_object_type_event_add(' X10 DIMMER' ,' ON' ,' On' );
21+ CALL osae_sp_object_type_event_add(' X10 DIMMER' ,' OFF' ,' Off' );
22+ CALL osae_sp_object_type_method_add(' X10 DIMMER' ,' ON' ,' On' ,' Dim Level in %' ,' ' ,' 100' ,' ' );
23+ CALL osae_sp_object_type_method_add(' X10 DIMMER' ,' OFF' ,' Off' ,' ' ,' ' ,' ' ,' ' );
24+ CALL osae_sp_object_type_method_add(' X10 DIMMER' ,' BRIGHT' ,' Bright' ,' ' ,' ' ,' ' ,' ' );
25+ CALL osae_sp_object_type_method_add(' X10 DIMMER' ,' DIM' ,' Dim' ,' ' ,' ' ,' ' ,' ' );
26+ CALL osae_sp_object_type_property_add(' X10 DIMMER' ,' Off Timer' ,' Integer' ,' ' ,' ' ,0 );
27+ CALL osae_sp_object_type_property_add(' X10 DIMMER' ,' Level' ,' Integer' ,' ' ,' ' ,0 );
28+
29+ CALL osae_sp_object_type_add (' X10 RELAY' ,' X10 Relay' ,' ' ,' SWITCH' ,0 ,0 ,0 ,0 );
30+ CALL osae_sp_object_type_state_add(' X10 RELAY' ,' ON' ,' On' );
31+ CALL osae_sp_object_type_state_add(' X10 RELAY' ,' OFF' ,' Off' );
32+ CALL osae_sp_object_type_event_add(' X10 RELAY' ,' ON' ,' On' );
33+ CALL osae_sp_object_type_event_add(' X10 RELAY' ,' OFF' ,' Off' );
34+ CALL osae_sp_object_type_method_add(' X10 RELAY' ,' ON' ,' On' ,' ' ,' ' ,' 100' ,' ' );
35+ CALL osae_sp_object_type_method_add(' X10 RELAY' ,' OFF' ,' Off' ,' ' ,' ' ,' ' ,' ' );
36+ CALL osae_sp_object_type_property_add(' X10 RELAY' ,' Off Timer' ,' Integer' ,' ' ,' ' ,0 );
37+
38+
39+
0 commit comments