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
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Menking\Meshcore\Model;
class ChannelResponse extends Response {
public int $code;
public int $channel_idx;
public array $detail;
public string $channel_secret;
}