Service: Settings

This API is not yet officially released neither maintained.

Configuration service to store the NodeRed Settings.

It is used to implement the custom storage API: https://nodered.org/docs/api/storage/

Table 1. Available methods
Method Request Response

Set

SettingsSetRequest

google.protobuf.Empty

Get

google.protobuf.Empty

SettingsGetResponse

Set

Set settings

Request

Settings set request

Table 2. Available fields in blickfeld.flow.services.SettingsSetRequest
Field Type Default Unit

settings

google.protobuf.Struct

-

-

Settings which should be stored

Generic JSON format which is defined by NodeRed.

Get

Get settings

Response

Settings get request

Table 3. Available fields in blickfeld.flow.services.SettingsGetResponse
Field Type Default Unit

settings

google.protobuf.Struct

-

-

Current settings

Generic JSON format which is defined by NodeRed.