We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fc2f8 commit 3f2c04cCopy full SHA for 3f2c04c
bridger/meshtastic/__init__.py
@@ -7,7 +7,7 @@
7
8
9
class DeviceModel:
10
- device_hardware_path = "/device/hardware"
+ device_hardware_path = "/resource/deviceHardware"
11
12
def __init__(self, session: ClientSession = None):
13
self.session = session
0 commit comments