updated the platform stuff to include the ethernet blue board

This commit is contained in:
csawatzky 2025-05-22 13:31:37 -06:00
parent f0295c7480
commit f39c0d1102
7 changed files with 32 additions and 7 deletions

View file

@ -73,6 +73,8 @@ function getTooltip(platform: pond.DevicePlatform): string {
case pond.DevicePlatform.DEVICE_PLATFORM_PHOTON ||
pond.DevicePlatform.DEVICE_PLATFORM_V2_WIFI_S3:
return "Communicates via Wi-Fi";
case pond.DevicePlatform.DEVICE_PLATFORM_V2_ETHERNET_BLUE:
return "Communicates view Ethernet"
default:
return "";
}