Change message format to prevent name clashes #195

Closed
opened 2022-07-05 01:39:10 +02:00 by blacklight · 0 comments
Owner

Created by: BlackLight

From:

{"target":"target_name", "action":"path.module.action", "arg1":"value1", "arg2":"value2" }

to:

{"target":"target_name", "action":"path.module.action", "args": { "arg1":"value1", "arg2":"value2" } }
*Created by: BlackLight* From: ```json {"target":"target_name", "action":"path.module.action", "arg1":"value1", "arg2":"value2" } ``` to: ```json {"target":"target_name", "action":"path.module.action", "args": { "arg1":"value1", "arg2":"value2" } } ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#195
No description provided.