@@ -1238,6 +1238,20 @@ CALL osae_sp_object_type_property_add('USER CONTROL STATEBUTTON','Height','Integ
1238
1238
1239
1239
CALL osae_sp_object_type_property_add(' CONTROL CAMERA VIEWER' ,' Width' ,' Integer' ,' ' ,' 400' ,0 );
1240
1240
1241
+ CALL osae_sp_object_type_add (' IP CAMERA' ,' Core Type: Container' ,' IPCam' ,' THING' ,0 ,1 ,1 ,1 );
1242
+ CALL osae_sp_object_type_state_add(' IP CAMERA' ,' ON' ,' On' );
1243
+ CALL osae_sp_object_type_state_add(' IP CAMERA' ,' OFF' ,' Off' );
1244
+ CALL osae_sp_object_type_event_add(' IP CAMERA' ,' OFF' ,' Off' );
1245
+ CALL osae_sp_object_type_event_add(' IP CAMERA' ,' ON' ,' On' );
1246
+ CALL osae_sp_object_type_method_add(' IP CAMERA' ,' PAN LEFT' ,' Pan Left' ,' ' ,' ' ,' ' ,' ' );
1247
+ CALL osae_sp_object_type_method_add(' IP CAMERA' ,' STOP' ,' Stop' ,' ' ,' ' ,' ' ,' ' );
1248
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' Stream Address' ,' String' ,' ' ,' ' ,1 );
1249
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' Height' ,' Integer' ,' ' ,' 300' ,1 );
1250
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' Width' ,' Integer' ,' ' ,' 400' ,0 );
1251
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' PAN LEFT' ,' String' ,' ' ,' ' ,0 );
1252
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' STOP' ,' String' ,' ' ,' ' ,0 );
1253
+ CALL osae_sp_object_type_property_add(' IP CAMERA' ,' SNAP SHOT' ,' String' ,' ' ,' ' ,0 );
1254
+
1241
1255
CALL osae_sp_object_type_add (' IP CAMERA' ,' Core Type: Container' ,' IPCam' ,' THING' ,0 ,1 ,1 ,1 );
1242
1256
CALL osae_sp_object_type_state_add(' IP CAMERA' ,' ON' ,' On' );
1243
1257
CALL osae_sp_object_type_state_add(' IP CAMERA' ,' OFF' ,' Off' );
0 commit comments