From eb2f7e5cc6f663d603644c8ac54a97e2ec4d698d Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Mon, 3 Mar 2025 19:08:55 -0500 Subject: [PATCH] add more System Attribute Routines --- .../000-EntityDefinitions/010-SystemRoutines.yaml | 4 +++- .../003-Classes/00070-SystemAttributeRoutine.yaml | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/010-SystemRoutines.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/010-SystemRoutines.yaml index e0f527c..2569244 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/010-SystemRoutines.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/010-SystemRoutines.yaml @@ -2,4 +2,6 @@ - IDI_SystemInstanceSetRoutine_GetUserForUserNameParm: '{430f572d-d116-4b04-97b2-65a9e9230ce5}' - IDI_SystemAttributeRoutine_GetGlobalIdentifier: '{1a7ebec3-dc02-4c9b-a5df-0c72646453c9}' - IDI_SystemAttributeRoutine_GetInstanceText: '{b024abd6-1f2b-495a-9da3-c9ce29fb0c2f}' - - IDI_SystemInstanceSetRoutine_CreateInstance: '{f46135f6-e812-49e6-9755-d63eb6ef1305}' \ No newline at end of file + - IDI_SystemInstanceSetRoutine_CreateInstance: '{f46135f6-e812-49e6-9755-d63eb6ef1305}' + - IDI_SystemAttributeRoutine_GetIPAddress: '{45411e57-ef6e-44f5-8801-603e567d73d4}' + - IDI_SystemAttributeRoutine_UpdateMochafile: '{9c3ae605-b8a0-4e68-9225-96674a9fb34e}' \ No newline at end of file diff --git a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml index b6c035b..8c22144 100644 --- a/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml +++ b/mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml @@ -17,4 +17,8 @@ - instance: '&IDI_SystemAttributeRoutine_GetInstanceText;' name: 'Get Instance Text for Instance Parm' - instance: '&IDI_SystemAttributeRoutine_GetRuntimeVersion;' - name: 'Get Runtime Version' \ No newline at end of file + name: 'Get Runtime Version' + - instance: '&IDI_SystemAttributeRoutine_GetIPAddress;' + name: 'Get IP Address' + - instance: '&IDI_SystemAttributeRoutine_UpdateMochafile;' + name: 'Update Mochafile' \ No newline at end of file