Skip to content

Add fictional LwM2M Object 32667 (“Big Lebowski Theme”) with version history and registry entry - #913

Open
mkgillmore with Copilot wants to merge 6 commits into
prodfrom
copilot/add-big-lebowski-theme-object
Open

Add fictional LwM2M Object 32667 (“Big Lebowski Theme”) with version history and registry entry#913
mkgillmore with Copilot wants to merge 6 commits into
prodfrom
copilot/add-big-lebowski-theme-object

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This PR adds a new fictional private LwM2M object using Object ID 32667 and registers it in the central object index. The object definition is introduced in both root and versioned history locations, with DDF.xml updated to reference the versioned DDF path.

  • Object definition files

    • Added 32667.xml at repository root.
    • Added version_history/32667-1_0.xml.
    • Both files contain the exact same ObjectVersion 1.0 definition for Big Lebowski Theme, including resources 0..9 (e.g., AbidesLevel, ChaosIndex, DonnySTFU, WalterResource).
  • Registry index update (DDF.xml)

    • Appended a new <Item> for Object ID 32667 with:
      • URN: urn:oma:lwm2m:x:32667
      • Name: Big Lebowski Theme
      • Source: 2
      • Ver: 1.0
      • DDF: version_history/32667-1_0.xml
      • Owner/visibility/link fields set exactly as requested.

Example of the inserted registration entry:

<Item>
    <ObjectID>32667</ObjectID>
    <URN>urn:oma:lwm2m:x:32667</URN>
    <Name>Big Lebowski Theme</Name>
    <Description>A fictional LwM2M Object representing the thematic core of The Big Lebowski: abiding through chaos, mistaken identity, friendship, absurdity, and detachment.</Description>
    <Owner>Example Submitter</Owner>
    <Source>2</Source>
    <Ver>1.0</Ver>
    <DDF>version_history/32667-1_0.xml</DDF>
    <Vorto></Vorto>
    <DDFLink>1</DDFLink>
    <TS></TS>
    <TSLink>0</TSLink>
</Item>

Copilot AI changed the title [WIP] Add fictional LwM2M object for Big Lebowski theme Add fictional LwM2M Object 32667 (“Big Lebowski Theme”) with version history and registry entry Jun 24, 2026
Copilot AI requested a review from mkgillmore June 24, 2026 02:48
@mkgillmore

Copy link
Copy Markdown
Contributor

remove crlf between resources

@mkgillmore
mkgillmore marked this pull request as ready for review August 4, 2026 14:29
Updated the description to clarify the reference to the film.
Updated XML schema location for LwM2M to version 1.1.
Updated the schema location for LWM2M to version 1.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants