🤖 VDA 5050 Robot Dashboard
@if (CurrentState != null)
{
@CurrentState.Version •
@CurrentState.Manufacturer •
@CurrentState.SerialNumber
}
else
{
Connecting to robot...
}
@if (CurrentState != null)
{
@(IsConnected ? "ONLINE" : "OFFLINE")
}
@if (CurrentState == null)
{