Let's just use string channel_url

pull/340/head
Ben Meadors 2023-04-08 08:55:52 -05:00
rodzic 19141cc0e1
commit e710183a47
2 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,2 @@
*DeviceProfile.channels max_count:8
*DeviceProfile.long_name max_size:40
*DeviceProfile.short_name max_size:5

Wyświetl plik

@ -28,9 +28,9 @@ message DeviceProfile {
optional string short_name = 2;
/*
* The channels our node knows about
* The url of the channels from our node
*/
repeated Channel channels = 3;
optional string channel_url = 3;
/*
* The Config of the node