uob-spe-1617-namenotfound / IOTPlatform

1 stars 5 forks source link

Close various issues. #93

Closed BenFossett closed 7 years ago

FKint commented 7 years ago

49: 404 will never happen, as authentication will fail first

50: 404 will never happen, as authentication will fail first

53: 404 will never happen, as authentication will fail first

54: Only returns the user attributes, not the faulty devices for that user.

56: Only returns the user attributes, not the faulty devices for that user.

67: Please specify that this is about the 'event', and can you also specify the params and the action and action_params? Also, there's some weird part about the constructor of a Trigger.

BenFossett commented 7 years ago

Currently making changes.

For issue #67, Trigger.trigger was changed into "event" i.e. "motion_detected_stop", "temperature_gets_higher_than" etc with "event_params" being for example the temperature that initiates the trigger.

FKint commented 7 years ago

Just this one line and can you also add the explanation about events, actions etc to the API documentation, please?