initial clean commit

This commit is contained in:
Ben Menking
2026-05-07 09:48:36 -04:00
commit d59f61d764
29 changed files with 1333 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
namespace Menking\Meshcore\Model;
class DeviceInfoResponse extends Response {
public int $code;
public int $firmware_version;
public int $max_contacts_raw;
public int $max_channels;
public int $ble_pin;
public string $firmware_build;
public string $model;
public string $version;
public int $client_repeat_enabled;
public int $path_hash_mode;
}