Skip to content

Conversation

gnandan
Copy link
Contributor

@gnandan gnandan commented Aug 25, 2025

No description provided.

// Displays service information in JSON format
static void printServiceInfoAsJSON()
{
static std::string serviceInfoJSON = R"({"name":"Dispatcher Service","description":"Fledge Dispatcher Service To Send Control Messages","package":"fledge-service-dispatcher","type":"dispatcher","process_name":"dispatcher_c","process_script":"[services/dispatcher_c]"})" ;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name: control
description: Service used to manage and send control information.

It is advisable to avoid repeating the name and product name in every instance.

Copy link
Member

@ashish-jabble ashish-jabble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not merge this yet. Once the core changes are in, we can proceed with merging it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants