initial clean commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
namespace Menking\Meshcore\Model;
|
||||
|
||||
class BatteryStorageResponse extends Response {
|
||||
public int $code;
|
||||
/**
|
||||
*
|
||||
* @var int $battery_millivolt
|
||||
*/
|
||||
public int $battery_millivolt; // two bytes
|
||||
/**
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public int $storage_used; // 4 bytes
|
||||
/**
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public int $storage_total; // 4 bytes
|
||||
}
|
||||
Reference in New Issue
Block a user