Let's just use string channel_url

This commit is contained in:
Ben Meadors 2023-04-08 08:55:52 -05:00
parent 19141cc0e1
commit e710183a47
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -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