fixed channel response; updated log RX

This commit is contained in:
Ben Menking
2026-05-29 15:17:31 -04:00
parent a36bf8e77d
commit dda593e617
3 changed files with 16 additions and 27 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ namespace Menking\Meshcore\Model;
class ChannelResponse extends Response {
public int $code;
public int $channel_idx;
public array $detail;
public string $channel_name;
public string $channel_secret;
}