-
Couldn't load subscription status.
- Fork 8
Big changes for easier usage
Psycho edited this page Mar 28, 2017
·
2 revisions
WIP
The whole idea of the plugin version 2 was to make it easier to use. Here's a list of noticable changes
- DeviceID, DeviceIDJoin, DeviceIDLeft are no more, they all are now under DeviceId. Whoever triggers an action is C2 is logged in deviceId
- NicknameJoin, Nickname, ProfilePictureJoin, ProfilePicture, DeviceUID are no more and are replace by GetNickname(deviceId), GetProfilePicture(deviceId) and GetUID(deviceId)
- OnMessageKey concept is removed and OnMessage rules it all. You can check if the last message received contains more than 1 property by using the condition "Is multipart message". Lets take a simple exemple. Image our controller is sending the screen a message with "{message: "switchRules", data: "secondSet"}". This is how you can easily capture it:
