initial clean commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user