-
Notifications
You must be signed in to change notification settings - Fork 0
Dev_2026Q1 #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev_2026Q1 #106
Changes from 8 commits
24cbd0b
6c53989
91b0e43
a26579b
655268b
0d865ce
a8e2830
5cf59a3
c9d5585
84b984a
d8b9ce7
8db4683
8ec810e
0b783d4
9c1ba42
340b3cd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,12 +4,11 @@ | |
|
|
||
| [](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/) | ||
| [](https://www.vipm.io/package/nevstop_lib_csm_api_string_arguments_support/) | ||
| [](https://opensource.org/licenses/Apache-2.0) | ||
| [](https://github.com/NEVSTOP-LAB/CSM-API-String-Arguments-Support/releases) | ||
|
Comment on lines
5
to
8
|
||
|
|
||
| This library enhances the API parameters for the Communicable State Machine (CSM) framework by enabling the inclusion of various data types in plain text format and is specially optimized for manual input experience. | ||
| This library enhances the API parameters for the Communicable State Machine (CSM) framework by enabling the inclusion of various data types in plain text format. | ||
|
|
||
| The library also provides two additional templates that include "Data: Get Configuration" and "Data: Set Configuration" states. These templates serve as a starting point for building CSM modules with the ability to access data stored in the '>> internal data >>' shift register. | ||
| The library also provides two additional templates that include "Data: Get Configuration", "Data: Set Configuration", and "Data: Get Internal Data" states. These templates serve as a starting point for building CSM modules with the ability to access data stored in the '>> internal data >>' shift register. | ||
|
|
||
|  | ||
|
|
||
|
|
@@ -310,4 +309,4 @@ In Non-Tag mode, the input string consists only of data values separated by semi | |
|
|
||
| ### Other Data Types | ||
|
|
||
| Other data types are first converted to variants and then transformed using CSM-HexStr. | ||
| Other data types are treated as variants and transformed using CSM-HexStr. | ||
Uh oh!
There was an error while loading. Please reload this page.