Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement all Jeedom RPC methods #1

Open
13 of 64 tasks
guillaumearm opened this issue Nov 3, 2018 · 1 comment
Open
13 of 64 tasks

Implement all Jeedom RPC methods #1

guillaumearm opened this issue Nov 3, 2018 · 1 comment
Assignees
Labels
1.0 First stable release epic Big task

Comments

@guillaumearm
Copy link
Owner

guillaumearm commented Nov 3, 2018

Ref: https://jeedom.github.io/core/en_US

Complete list

misc

  • ping
  • version
  • datetime

config

  • config::byKey
  • config::save

event

  • event::changes

object

  • object::all
  • object::full
  • object::fullById
  • object::byId
  • object::save

summary

  • summary::global
  • summary::byId

eqLogic

  • eqLogic::all
  • eqLogic::fullById
  • eqLogic::byId
  • eqLogic::byType
  • eqLogic::byObjectId
  • eqLogic::byTypeAndId
  • eqLogic::save

cmd

  • cmd::all
  • cmd::byId
  • cmd::byEqLogicId
  • cmd::execCmd
  • cmd::getStatistique
  • cmd::getTendance
  • cmd::getHistory
  • cmd::save

scenario

  • scenario::all
  • scenario::byId
  • scenario::export
  • scenario::import
  • scenario::changeState

log

  • log::get
  • log::list
  • log::empty
  • log::remove

datastore

  • datastore::byTypeLinkIdKey
  • datastore::save

message

  • message::all
  • message::removeAll

interaction

  • interact::tryToReply
  • interactQuery::all

system

  • jeedom::halt
  • jeedom::reboot
  • jeedom::isOk
  • jeedom::update
  • jeedom::backup
  • jeedom::getUsbMapping

plugin

  • plugin::listPlugin
  • plugin::install
  • plugin::remove
  • plugin::dependancyInfo
  • plugin::dependancyInstall
  • plugin::daemonInfo
  • plugin::daemonStart
  • plugin::daemonStop
  • plugin::daemonChangeAutoMode

update

  • update::all
  • update::checkUpdate
  • update::update

network

  • network::restartDns
  • network::stopDns
  • network::dnsRun
@guillaumearm guillaumearm added the epic Big task label Nov 3, 2018
@guillaumearm guillaumearm self-assigned this Nov 3, 2018
@guillaumearm
Copy link
Owner Author

guillaumearm commented Nov 3, 2018

Related commits :

@guillaumearm guillaumearm changed the title Implement all Jeedom RPC methods v1.0 : Implement all Jeedom RPC methods Nov 3, 2018
@guillaumearm guillaumearm changed the title v1.0 : Implement all Jeedom RPC methods v1.0 - Implement all Jeedom RPC methods Nov 3, 2018
guillaumearm added a commit that referenced this issue Nov 4, 2018
guillaumearm added a commit that referenced this issue Nov 4, 2018
@guillaumearm guillaumearm added the 1.0 First stable release label Nov 4, 2018
@guillaumearm guillaumearm changed the title v1.0 - Implement all Jeedom RPC methods Implement all Jeedom RPC methods Nov 4, 2018
This was referenced Nov 4, 2018
guillaumearm added a commit that referenced this issue Nov 4, 2018
guillaumearm added a commit that referenced this issue Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0 First stable release epic Big task
Projects
None yet
Development

No branches or pull requests

1 participant