@@ -467,13 +467,13 @@ def Init():
467
467
setter = chip .native .NativeLibraryHandleMethodArguments (handle )
468
468
469
469
setter .Set ('pychip_CommandSender_SendCommand' ,
470
- PyChipError , [py_object , c_void_p , c_uint16 , c_uint32 , c_uint32 , c_char_p , c_size_t , c_uint16 , c_bool ])
470
+ PyChipError , [py_object , c_void_p , c_uint16 , c_uint16 , c_uint32 , c_uint32 , c_char_p , c_size_t , c_uint16 , c_uint16 , c_bool ])
471
471
setter .Set ('pychip_CommandSender_SendBatchCommands' ,
472
472
PyChipError , [py_object , c_void_p , c_uint16 , c_uint16 , c_uint16 , c_bool , POINTER (PyInvokeRequestData ), c_size_t ])
473
473
setter .Set ('pychip_CommandSender_TestOnlySendBatchCommands' ,
474
474
PyChipError , [py_object , c_void_p , c_uint16 , c_uint16 , c_uint16 , c_bool , TestOnlyPyBatchCommandsOverrides , POINTER (PyInvokeRequestData ), c_size_t ])
475
475
setter .Set ('pychip_CommandSender_TestOnlySendCommandTimedRequestNoTimedInvoke' ,
476
- PyChipError , [py_object , c_void_p , c_uint32 , c_uint32 , c_char_p , c_size_t , c_uint16 , c_bool ])
476
+ PyChipError , [py_object , c_void_p , c_uint16 , c_uint32 , c_uint32 , c_char_p , c_size_t , c_uint16 , c_uint16 , c_bool ])
477
477
setter .Set ('pychip_CommandSender_SendGroupCommand' ,
478
478
PyChipError , [c_uint16 , c_void_p , c_uint32 , c_uint32 , c_char_p , c_size_t , c_uint16 ])
479
479
setter .Set ('pychip_CommandSender_InitCallbacks' , None , [
0 commit comments