Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jul 12, 2024
1 parent 96386ad commit 1135bff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/features/control-plane/control-plane.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ The Device to Device (D2D) feature enables users to control devices directly fro

## Automated Device Configuration

Ensure devices are always set up correctly and efficiently with the Snippet Service. Predefined configuration profiles are automatically applied in response to events like changes in resources. This automation minimizes manual intervention, enhances operational reliability, and ensures consistent device settings across your environment.
Ensure devices are always set up correctly and efficiently with the Snippet Service. Predefined configurations are automatically applied in response to events like changes in resources. This automation minimizes manual intervention, enhances operational reliability, and ensures consistent device settings across your environment.

[Learn more about Automated Device Configuration](/docs/services/snippet-service/)
2 changes: 1 addition & 1 deletion content/en/docs/services/snippet-service/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This feature allows users to pre-configure devices by specifying desired configu

### Implemented features

- **☑ Device Configuration:** Users can create and store configuration profiles for devices. These configurations are automatically applied when a ResourceChanged event occurs.
- **☑ Device Configuration:** Users can create and store configurations for devices. These configurations are automatically applied when a ResourceChanged event occurs.
- **☑ Event-Driven Configuration:** The configuration is triggered by the `ResourceChanged` event. Users can set filters to define the conditions under which configurations are applied.
- **☑ Filter Conditions:** Users must set at least one of the following filters: DeviceID filter (trigger based on specific device IDs), Resource-Type filter (trigger when all specified resource types are present), href filter (trigger based on specific href values). All specified filters must be met for the configuration to be applied. For DeviceID and href filters, any listed value can trigger the filter. For the Resource-Type filter, all listed values must be present.
- **☑ Optional JQ Expression:** Users can optionally use a JQ expression to filter the content of the `ResourceChanged` event. The JQ expression must evaluate to true for the configuration to be applied.
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/services/snippet-service/snippet-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ The Snippet Service offers a streamlined solution for managing device configurat

## Overview

Designed to meet the needs of modern device management, the Snippet Service allows users to define configuration profiles that specify desired device settings. These profiles are applied seamlessly in response to events such as device connections or changes in resources, ensuring consistent and up-to-date configurations across all managed devices.
Designed to meet the needs of modern device management, the Snippet Service allows users to define configurations that specify desired device settings. These configurations are applied seamlessly in response to changes events in resources.

## Key Features

- **Automated Configuration Application:** Predefined configuration profiles are automatically applied when triggered by events, ensuring devices are promptly and consistently configured.
- **Automated Configuration Application:** Predefined configurations are automatically applied when triggered by events, ensuring devices are promptly and consistently configured.
- **Event-Driven Management:** Configurations are triggered by ResourceChanged events, optimizing device management efficiency.
- **User-Friendly Interface:** A straightforward user interface simplifies the creation and management of configuration profiles, making it accessible for users of varying technical expertise.
- **User-Friendly Interface:** A straightforward user interface simplifies the creation and management of configurations, making it accessible for users of varying technical expertise.
- **Extensible API Support:** Provides both gRPC and HTTP APIs, enabling seamless integration with existing systems and workflows.

The Snippet Service is designed to enhance device management by automating configuration tasks, thereby improving operational efficiency and reliability across diverse device environments.

0 comments on commit 1135bff

Please sign in to comment.