From bb8a62a2480e4fd81d3b92ba0b682409a3f8600d Mon Sep 17 00:00:00 2001 From: wahajsyed Date: Fri, 4 Jun 2021 15:19:02 -0700 Subject: [PATCH] Csg/feature/get pase data (#30) * Remove message lowercasing on rpc * Remove redundant code * Move the csg additions to above the main method, cannot forward declare the methods * Remove message lowercasing on rpc * Add debug prints and extra getpase command * Add get pase session * Initial PASE data fetch skeleton * Add separate csg folder to hold constants and utils * Add macros * GetPaseData should return a yaml str. * Add #defines, refactor into csg utilities, deserialize yaml * Fix linter, comments, add copyright * added get_pase_data RPC * refactor methods and variables * Add PASE Response parameters * Debuggin additions * Remove debugging additions * Fix RPC to allow none values * Remove pase from BLE call * Added response, pake 1,2,3 parameters * Remove merge artifact * Remove unnecessary edits * Add debug messages * Remove debug messages * Add todo Co-authored-by: Mikael H. Moeller --- src/controller/python/chip-device-ctrl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controller/python/chip-device-ctrl.py b/src/controller/python/chip-device-ctrl.py index 0a321788422a31..4ce2ce9fa50cc6 100755 --- a/src/controller/python/chip-device-ctrl.py +++ b/src/controller/python/chip-device-ctrl.py @@ -1123,8 +1123,8 @@ def __check_supported_os()-> bool: def main(): start_rpc_server() - - # Never reach here + + # Never Executed: does not return here optParser = OptionParser() optParser.add_option( "-r",