You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In exterior_service.proto, the publish topic is defined as: option (uprotocol.publish_topic) = { id : 0x8001, name : "exterior_environment", message : "SolarInformation" };
This should be updated to: option (uprotocol.publish_topic) = { id : 0x8001, name : "exterior_environment", message : "Temperature" };
The text was updated successfully, but these errors were encountered:
In exterior_service.proto, the publish topic is defined as:
option (uprotocol.publish_topic) = { id : 0x8001, name : "exterior_environment", message : "SolarInformation" };
This should be updated to:
option (uprotocol.publish_topic) = { id : 0x8001, name : "exterior_environment", message : "Temperature" };
The text was updated successfully, but these errors were encountered: