Python scripts to be run on the hub for interacting with Garden Node Matter devices

Add Device

cd addDevice
chmod +x addDevice.sh
chmod +x getDeviceType.sh
python3 addDevice.py

Remove Device

cd removeDevice
chmod +x removeDevice.sh
python3 removeDevice.py

Get Sensor Data

cd getSensorData
chmod +x getSensorData.sh
python3 getSensorData.py