diff --git a/.github/workflows/devskim-analysis.yml b/.github/workflows/devskim-analysis.yml deleted file mode 100644 index 7c699c747..000000000 --- a/.github/workflows/devskim-analysis.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: DevSkim - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - schedule: - - cron: '17 5 * * 2' - -jobs: - lint: - name: DevSkim - runs-on: ubuntu-20.04 - permissions: - actions: read - contents: read - security-events: write - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Run DevSkim scanner - uses: microsoft/DevSkim-Action@v1 - - - name: Upload DevSkim scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v1 - with: - sarif_file: devskim-results.sarif diff --git a/database b/database index cd985f17d..558121b77 100644 Binary files a/database and b/database differ diff --git a/src/vscp/common/vscp-class.h b/src/vscp/common/vscp-class.h index 988ade483..f64cce113 100644 --- a/src/vscp/common/vscp-class.h +++ b/src/vscp/common/vscp-class.h @@ -47,7 +47,7 @@ !!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!! This file is auto-generated see https://github.com/grodansparadis/vscp-classes - Generated: 2024-04-08 08:39:19.257091 + Generated: 2024-08-23 16:27:25.870870 */ #ifndef VSCP_CLASS_H diff --git a/src/vscp/common/vscp-hashclass.h b/src/vscp/common/vscp-hashclass.h index 22f5efb83..d82c6921a 100644 --- a/src/vscp/common/vscp-hashclass.h +++ b/src/vscp/common/vscp-hashclass.h @@ -2,7 +2,7 @@ !!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!! This file is auto-generated see https://github.com/grodansparadis/vscp-classes - Generated: 2024-04-08 08:39:20.197532 + Generated: 2024-08-23 16:27:26.833436 */ m_hashClass[ 0 ] = _("CLASS1_PROTOCOL"); diff --git a/src/vscp/common/vscp-hashtype.h b/src/vscp/common/vscp-hashtype.h index 10aec4a05..d651a13f8 100644 --- a/src/vscp/common/vscp-hashtype.h +++ b/src/vscp/common/vscp-hashtype.h @@ -2,7 +2,7 @@ !!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!! This file is auto-generated see https://github.com/grodansparadis/vscp-classes - Generated: 2024-04-08 08:39:20.640516 + Generated: 2024-08-23 16:27:27.315130 */ @@ -878,8 +878,8 @@ m_hashType[ MAKE_CLASSTYPE_LONG(102,5) ] = _("VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER"); m_hashType[ MAKE_CLASSTYPE_LONG(102,6) ] = _("VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM"); m_hashType[ MAKE_CLASSTYPE_LONG(102,32) ] = _("VSCP_TYPE_DISPLAY_SHOW_TEXT"); - m_hashType[ MAKE_CLASSTYPE_LONG(102,48) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED"); - m_hashType[ MAKE_CLASSTYPE_LONG(102,49) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED_COLOR"); + m_hashType[ MAKE_CLASSTYPE_LONG(102,48) ] = _("VSCP_TYPE_DISPLAY_SET_LED"); + m_hashType[ MAKE_CLASSTYPE_LONG(102,49) ] = _("VSCP_TYPE_DISPLAY_SET_COLOR"); // CLASS1.IR = 110 - IR Remote I/f m_hashType[ MAKE_CLASSTYPE_LONG(110,0) ] = _("VSCP_TYPE_REMOTE_GENERAL"); @@ -1945,8 +1945,8 @@ m_hashType[ MAKE_CLASSTYPE_LONG(614,5) ] = _("VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER"); m_hashType[ MAKE_CLASSTYPE_LONG(614,6) ] = _("VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM"); m_hashType[ MAKE_CLASSTYPE_LONG(614,32) ] = _("VSCP_TYPE_DISPLAY_SHOW_TEXT"); - m_hashType[ MAKE_CLASSTYPE_LONG(614,48) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED"); - m_hashType[ MAKE_CLASSTYPE_LONG(614,49) ] = _("VSCP_TYPE_DISPLAY_SHOW_LED_COLOR"); + m_hashType[ MAKE_CLASSTYPE_LONG(614,48) ] = _("VSCP_TYPE_DISPLAY_SET_LED"); + m_hashType[ MAKE_CLASSTYPE_LONG(614,49) ] = _("VSCP_TYPE_DISPLAY_SET_COLOR"); // CLASS2.LEVEL1.IR = 622 - Class2 Level I IR // Event types is the same as CLASS1.IR = 110 - IR Remote I/f diff --git a/src/vscp/common/vscp-type.h b/src/vscp/common/vscp-type.h index 5dba8a5c8..45d408e19 100644 --- a/src/vscp/common/vscp-type.h +++ b/src/vscp/common/vscp-type.h @@ -48,7 +48,7 @@ !!!!!!!!!!!!!!!!!!!! W A R N I N G !!!!!!!!!!!!!!!!!!!! This file is auto-generated see https://github.com/grodansparadis/vscp-classes - Generated: 2024-04-08 08:39:19.726474 + Generated: 2024-08-23 16:27:26.321269 */ #ifndef VSCP_TYPE_H @@ -595,8 +595,8 @@ #define VSCP_TYPE_DISPLAY_SHOW_DISPLAY_BUFFER 5 /* Show Display Buffer */ #define VSCP_TYPE_DISPLAY_SET_DISPLAY_BUFFER_PARAM 6 /* Set Display Buffer Parameter */ #define VSCP_TYPE_DISPLAY_SHOW_TEXT 32 /* Show Text */ -#define VSCP_TYPE_DISPLAY_SHOW_LED 48 /* Set LED */ -#define VSCP_TYPE_DISPLAY_SHOW_LED_COLOR 49 /* Set RGB Color */ +#define VSCP_TYPE_DISPLAY_SET_LED 48 /* Set LED */ +#define VSCP_TYPE_DISPLAY_SET_COLOR 49 /* Set RGB Color */ /* CLASS1.IR = 110 - IR Remote I/f */ #define VSCP_TYPE_REMOTE_GENERAL 0 /* General event */